Class: OpenApiSDK::Operations::GetWorkflowVersionVersionIdResponse
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Operations::GetWorkflowVersionVersionIdResponse
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/operations/get_workflow_version_version_id_response.rb
Instance Method Summary collapse
-
#initialize(content_type: nil, raw_response: nil, status_code: nil, two_hundred_application_json_object: nil, four_hundred_and_one_text_plain_res: nil, five_hundred_application_json_object: nil) ⇒ GetWorkflowVersionVersionIdResponse
constructor
A new instance of GetWorkflowVersionVersionIdResponse.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(content_type: nil, raw_response: nil, status_code: nil, two_hundred_application_json_object: nil, four_hundred_and_one_text_plain_res: nil, five_hundred_application_json_object: nil) ⇒ GetWorkflowVersionVersionIdResponse
Returns a new instance of GetWorkflowVersionVersionIdResponse.
29 30 31 32 33 34 35 36 |
# File 'lib/open_api_sdk/models/operations/get_workflow_version_version_id_response.rb', line 29 def initialize(content_type: nil, raw_response: nil, status_code: nil, two_hundred_application_json_object: nil, four_hundred_and_one_text_plain_res: nil, five_hundred_application_json_object: nil) @content_type = content_type @raw_response = raw_response @status_code = status_code @two_hundred_application_json_object = two_hundred_application_json_object @four_hundred_and_one_text_plain_res = four_hundred_and_one_text_plain_res @five_hundred_application_json_object = five_hundred_application_json_object end |