Method: TalonOne::NewApplicationAPIKey.attribute_map
- Defined in:
- lib/talon_one/models/new_application_api_key.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
68 69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/talon_one/models/new_application_api_key.rb', line 68 def self.attribute_map { :'title' => :'title', :'expires' => :'expires', :'platform' => :'platform', :'id' => :'id', :'created_by' => :'createdBy', :'account_id' => :'accountID', :'application_id' => :'applicationID', :'created' => :'created', :'key' => :'key' } end |