Class: OpenApiSDK::Operations::GetV1MachinesMachineIdResponseBody

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/operations/get_v1_machines_machine_id_responsebody.rb

Overview

Specific machine retrieved successfully

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(created_at: nil, id: nil, message: nil, name: nil, status: nil, type: nil, updated_at: nil) ⇒ GetV1MachinesMachineIdResponseBody

Returns a new instance of GetV1MachinesMachineIdResponseBody.



31
32
33
34
35
36
37
38
39
# File 'lib/open_api_sdk/models/operations/get_v1_machines_machine_id_responsebody.rb', line 31

def initialize(created_at: nil, id: nil, message: nil, name: nil, status: nil, type: nil, updated_at: nil)
  @created_at = created_at
  @id = id
  @message = message
  @name = name
  @status = status
  @type = type
  @updated_at = updated_at
end