Method: Ionoscloud::Label.openapi_types

Defined in:
lib/ionoscloud/models/label.rb

.openapi_typesObject

Attribute type mapping.



70
71
72
73
74
75
76
77
78
# File 'lib/ionoscloud/models/label.rb', line 70

def self.openapi_types
  {
    :'id' => :'String',
    :'type' => :'String',
    :'href' => :'String',
    :'metadata' => :'NoStateMetaData',
    :'properties' => :'LabelProperties'
  }
end