Method: Ionoscloud::LocationProperties.openapi_types
- Defined in:
- lib/ionoscloud/models/location_properties.rb
.openapi_types ⇒ Object
Attribute type mapping.
54 55 56 57 58 59 60 61 62 63 64 65 |
# File 'lib/ionoscloud/models/location_properties.rb', line 54 def self.openapi_types { :'cpu_architecture' => :'Array<CpuArchitectureProperties>', :'features' => :'Array<String>', :'image_aliases' => :'Array<String>', :'name' => :'String' } end |