Method: OpenapiClient::OrganizationReadWithAPIKey.attribute_map

Defined in:
lib/openapi_client/models/organization_read_with_api_key.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



41
42
43
44
45
46
47
48
49
50
51
52
# File 'lib/openapi_client/models/organization_read_with_api_key.rb', line 41

def self.attribute_map
  {
    :'key' => :'key',
    :'id' => :'id',
    :'created_at' => :'created_at',
    :'updated_at' => :'updated_at',
    :'name' => :'name',
    :'settings' => :'settings',
    :'api_key_id' => :'api_key_id',
    :'api_key_secret' => :'api_key_secret'
  }
end