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