Method: Ionoscloud::ResourceGroups.openapi_types
- Defined in:
- lib/ionoscloud/models/resource_groups.rb
.openapi_types ⇒ Object
Attribute type mapping.
55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'lib/ionoscloud/models/resource_groups.rb', line 55 def self.openapi_types { :'href' => :'String', :'id' => :'String', :'items' => :'Array<Resource>', :'type' => :'Type' } end |