Class: OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdWorkflowsResponseBody

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

Overview

Error in retrieving the specific workflow

Instance Method Summary collapse

Methods included from MetadataFields

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

Constructor Details

#initialize(error: nil) ⇒ GetV1WorkflowsWorkflowIdWorkflowsResponseBody

Returns a new instance of GetV1WorkflowsWorkflowIdWorkflowsResponseBody.



19
20
21
# File 'lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_workflows_responsebody.rb', line 19

def initialize(error: nil)
  @error = error
end