Class: OpenApiSDK::Operations::GetV1WorkflowsWorkflowsResponseBody

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

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(count: nil, deployments: nil, id: nil, name: nil, runs: nil, selected_machine_id: nil, updated_at: nil, user: nil, versions: nil) ⇒ GetV1WorkflowsWorkflowsResponseBody

Returns a new instance of GetV1WorkflowsWorkflowsResponseBody.



35
36
37
38
39
40
41
42
43
44
45
# File 'lib/open_api_sdk/models/operations/get_v1_workflows_workflows_responsebody.rb', line 35

def initialize(count: nil, deployments: nil, id: nil, name: nil, runs: nil, selected_machine_id: nil, updated_at: nil, user: nil, versions: nil)
  @count = count
  @deployments = deployments
  @id = id
  @name = name
  @runs = runs
  @selected_machine_id = selected_machine_id
  @updated_at = updated_at
  @user = user
  @versions = versions
end