Class: OpenApiSDK::Operations::GetRunRunResponseBody

Inherits:
Utils::FieldAugmented show all
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

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 = message
end