Method: Ionoscloud::Group.openapi_types
- Defined in:
- lib/ionoscloud/models/group.rb
.openapi_types ⇒ Object
Attribute type mapping.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'lib/ionoscloud/models/group.rb', line 58 def self.openapi_types { :'entities' => :'GroupEntities', :'href' => :'String', :'id' => :'String', :'properties' => :'GroupProperties', :'type' => :'Type' } end |