Class: OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdResponseBody
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdResponseBody
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_responsebody.rb
Overview
Specific workflow retrieved successfully
Instance Method Summary collapse
-
#initialize(created_at: nil, id: nil, name: nil, selected_machine_id: nil, updated_at: nil, user_id: nil, versions: nil, org_id: nil) ⇒ GetV1WorkflowsWorkflowIdResponseBody
constructor
A new instance of GetV1WorkflowsWorkflowIdResponseBody.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(created_at: nil, id: nil, name: nil, selected_machine_id: nil, updated_at: nil, user_id: nil, versions: nil, org_id: nil) ⇒ GetV1WorkflowsWorkflowIdResponseBody
Returns a new instance of GetV1WorkflowsWorkflowIdResponseBody.
33 34 35 36 37 38 39 40 41 42 |
# File 'lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_responsebody.rb', line 33 def initialize(created_at: nil, id: nil, name: nil, selected_machine_id: nil, updated_at: nil, user_id: nil, versions: nil, org_id: nil) @created_at = created_at @id = id @name = name @selected_machine_id = selected_machine_id @updated_at = updated_at @user_id = user_id @versions = versions @org_id = org_id end |