Method: Ionoscloud::LocationProperties.openapi_types
- Defined in:
- lib/ionoscloud/models/location_properties.rb
.openapi_types ⇒ Object
Attribute type mapping.
42 43 44 45 46 47 48 |
# File 'lib/ionoscloud/models/location_properties.rb', line 42 def self.openapi_types { :'name' => :'String', :'features' => :'Array<String>', :'image_aliases' => :'Array<String>' } end |