Method: AutosdeOpenapiClient::SnapshotResponse.attribute_map
- Defined in:
- lib/autosde_openapi_client/models/snapshot_response.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
60 61 62 63 64 65 66 67 68 69 |
# File 'lib/autosde_openapi_client/models/snapshot_response.rb', line 60 def self.attribute_map { :'component_state' => :'component_state', :'description' => :'description', :'name' => :'name', :'name_in_storage' => :'name_in_storage', :'uuid' => :'uuid', :'volume' => :'volume' } end |