Method: Ionoscloud::Labels.openapi_types
- Defined in:
- lib/ionoscloud/models/labels.rb
.openapi_types ⇒ Object
Attribute type mapping.
76 77 78 79 80 81 82 83 84 85 86 87 |
# File 'lib/ionoscloud/models/labels.rb', line 76 def self.openapi_types { :'href' => :'String', :'id' => :'String', :'items' => :'Array<Label>', :'type' => :'String' } end |