Class: OpenApiSDK::Operations::GetV1MachinesMachineIdResponseBody
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Operations::GetV1MachinesMachineIdResponseBody
- 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
-
#initialize(created_at: nil, id: nil, message: nil, name: nil, status: nil, type: nil, updated_at: nil) ⇒ GetV1MachinesMachineIdResponseBody
constructor
A new instance of GetV1MachinesMachineIdResponseBody.
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 = @name = name @status = status @type = type @updated_at = updated_at end |