Class: OpenApiSDK::Operations::PostMachineEndpointWorkflowsResponseBody
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Operations::PostMachineEndpointWorkflowsResponseBody
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/operations/post_machine_endpoint_workflows_responsebody.rb
Overview
Error creating run
Instance Method Summary collapse
-
#initialize(error: nil) ⇒ PostMachineEndpointWorkflowsResponseBody
constructor
A new instance of PostMachineEndpointWorkflowsResponseBody.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(error: nil) ⇒ PostMachineEndpointWorkflowsResponseBody
Returns a new instance of PostMachineEndpointWorkflowsResponseBody.
19 20 21 |
# File 'lib/open_api_sdk/models/operations/post_machine_endpoint_workflows_responsebody.rb', line 19 def initialize(error: nil) @error = error end |