Method: AutosdeOpenapiClient::Snapshot.openapi_types
- Defined in:
- lib/autosde_openapi_client/models/snapshot.rb
.openapi_types ⇒ Object
Attribute type mapping.
76 77 78 79 80 81 82 83 84 85 |
# File 'lib/autosde_openapi_client/models/snapshot.rb', line 76 def self.openapi_types { :'component_state' => :'String', :'description' => :'String', :'name' => :'String', :'name_in_storage' => :'String', :'uuid' => :'String', :'volume' => :'Volume' } end |