Method: AutosdeOpenapiClient::SystemTypeResponse.attribute_map

Defined in:
lib/autosde_openapi_client/models/system_type_response.rb

.attribute_mapObject

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/system_type_response.rb', line 60

def self.attribute_map
  {
    :'capability_values_json' => :'capability_values_json',
    :'component_state' => :'component_state',
    :'name' => :'name',
    :'short_version' => :'short_version',
    :'uuid' => :'uuid',
    :'version' => :'version'
  }
end