Class: OpenApiSDK::Operations::GetWorkflowVersionVersionIdResponseBody

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/operations/get_workflow_version_version_id_responsebody.rb

Overview

Retrieve the output

Instance Method Summary collapse

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) ⇒ GetWorkflowVersionVersionIdResponseBody

Returns a new instance of GetWorkflowVersionVersionIdResponseBody.



39
40
41
42
43
44
45
46
47
48
49
50
51
# File 'lib/open_api_sdk/models/operations/get_workflow_version_version_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