Method: TalonOne::NewApplicationAPIKey.openapi_types
- Defined in:
- lib/talon_one/models/new_application_api_key.rb
.openapi_types ⇒ Object
Attribute type mapping.
57 58 59 60 61 62 63 64 65 66 67 68 |
# File 'lib/talon_one/models/new_application_api_key.rb', line 57 def self.openapi_types { :'id' => :'Integer', :'created_by' => :'Integer', :'title' => :'String', :'account_id' => :'Integer', :'application_id' => :'Integer', :'created' => :'DateTime', :'expires' => :'DateTime', :'key' => :'String' } end |