Class: OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdOutputsResponseBody
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdOutputsResponseBody
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_outputs_responsebody.rb
Overview
Specific workflow retrieved successfully
Instance Method Summary collapse
-
#initialize(outputs: nil, total: nil) ⇒ GetV1WorkflowsWorkflowIdOutputsResponseBody
constructor
A new instance of GetV1WorkflowsWorkflowIdOutputsResponseBody.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(outputs: nil, total: nil) ⇒ GetV1WorkflowsWorkflowIdOutputsResponseBody
Returns a new instance of GetV1WorkflowsWorkflowIdOutputsResponseBody.
21 22 23 24 |
# File 'lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_outputs_responsebody.rb', line 21 def initialize(outputs: nil, total: nil) @outputs = outputs @total = total end |