Method: TalonOne::ApplicationAPIKey.openapi_types
- Defined in:
- lib/talon_one/models/application_api_key.rb
.openapi_types ⇒ Object
Attribute type mapping.
52 53 54 55 56 57 58 59 60 61 62 |
# File 'lib/talon_one/models/application_api_key.rb', line 52 def self.openapi_types { :'id' => :'Integer', :'created_by' => :'Integer', :'title' => :'String', :'account_id' => :'Integer', :'application_id' => :'Integer', :'created' => :'DateTime', :'expires' => :'DateTime' } end |