Method: Ionoscloud::LabelResources.openapi_types

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

.openapi_typesObject

Attribute type mapping.



79
80
81
82
83
84
85
86
87
88
89
# File 'lib/ionoscloud/models/label_resources.rb', line 79

def self.openapi_types
  {
    :'id' => :'String',
    :'type' => :'String',
    :'href' => :'String',
    :'items' => :'Array<LabelResource>',
    :'offset' => :'Float',
    :'limit' => :'Float',
    :'_links' => :'PaginationLinks'
  }
end