Class: OpenApiSDK::Operations::GetV1MachinesResponse
- Inherits:
- 
      Utils::FieldAugmented
      
        - Object
- Utils::FieldAugmented
- OpenApiSDK::Operations::GetV1MachinesResponse
 
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/operations/get_v1_machines_response.rb
Instance Method Summary collapse
- 
  
    
      #initialize(content_type: nil, raw_response: nil, status_code: nil, two_hundred_application_json_object: nil, four_hundred_application_json_object: nil, four_hundred_and_one_text_plain_res: nil)  ⇒ GetV1MachinesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GetV1MachinesResponse. 
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_application_json_object: nil, four_hundred_and_one_text_plain_res: nil) ⇒ GetV1MachinesResponse
| 29 30 31 32 33 34 35 36 | # File 'lib/open_api_sdk/models/operations/get_v1_machines_response.rb', line 29 def initialize(content_type: nil, raw_response: nil, status_code: nil, two_hundred_application_json_object: nil, four_hundred_application_json_object: nil, four_hundred_and_one_text_plain_res: 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_application_json_object = four_hundred_application_json_object @four_hundred_and_one_text_plain_res = four_hundred_and_one_text_plain_res end |