Class: OpenApiSDK::Operations::GetWorkflowIdResponseBody
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Operations::GetWorkflowIdResponseBody
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/operations/get_workflow_id_responsebody.rb
Overview
Retrieve the output
Instance Method Summary collapse
-
#initialize(comment: nil, created_at: nil, dependencies: nil, id: nil, snapshot: nil, updated_at: nil, user_id: nil, version: nil, workflow: nil, workflow_api: nil, workflow_id: nil) ⇒ GetWorkflowIdResponseBody
constructor
A new instance of GetWorkflowIdResponseBody.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(comment: nil, created_at: nil, dependencies: nil, id: nil, snapshot: nil, updated_at: nil, user_id: nil, version: nil, workflow: nil, workflow_api: nil, workflow_id: nil) ⇒ GetWorkflowIdResponseBody
Returns a new instance of GetWorkflowIdResponseBody.
39 40 41 42 43 44 45 46 47 48 49 50 51 |
# File 'lib/open_api_sdk/models/operations/get_workflow_id_responsebody.rb', line 39 def initialize(comment: nil, created_at: nil, dependencies: nil, id: nil, snapshot: nil, updated_at: nil, user_id: nil, version: nil, workflow: nil, workflow_api: nil, workflow_id: nil) @comment = comment @created_at = created_at @dependencies = dependencies @id = id @snapshot = snapshot @updated_at = updated_at @user_id = user_id @version = version @workflow = workflow @workflow_api = workflow_api @workflow_id = workflow_id end |