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