Class: OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdVersions

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

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, version: nil, workflow_id: nil, workflow: nil, workflow_api: nil) ⇒ GetV1WorkflowsWorkflowIdVersions

Returns a new instance of GetV1WorkflowsWorkflowIdVersions.



37
38
39
40
41
42
43
44
45
46
47
48
# File 'lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_versions.rb', line 37

def initialize(comment: nil, created_at: nil, dependencies: nil, id: nil, snapshot: nil, updated_at: nil, version: nil, workflow_id: nil, workflow: nil, workflow_api: nil)
  @comment = comment
  @created_at = created_at
  @dependencies = dependencies
  @id = id
  @snapshot = snapshot
  @updated_at = updated_at
  @version = version
  @workflow_id = workflow_id
  @workflow = workflow
  @workflow_api = workflow_api
end