Method: TalonOne::ApplicationAPIKey.attribute_map

Defined in:
lib/talon_one/models/application_api_key.rb

.attribute_mapObject

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



39
40
41
42
43
44
45
46
47
48
49
# File 'lib/talon_one/models/application_api_key.rb', line 39

def self.attribute_map
  {
    :'id' => :'id',
    :'created_by' => :'createdBy',
    :'title' => :'title',
    :'account_id' => :'accountID',
    :'application_id' => :'applicationID',
    :'created' => :'created',
    :'expires' => :'expires'
  }
end