Method: TalonOne::ApplicationAPIKey.openapi_types
- Defined in:
- lib/talon_one/models/application_api_key.rb
.openapi_types ⇒ Object
Attribute type mapping.
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/talon_one/models/application_api_key.rb', line 79 def self.openapi_types { :'title' => :'String', :'expires' => :'DateTime', :'platform' => :'String', :'id' => :'Integer', :'created_by' => :'Integer', :'account_id' => :'Integer', :'application_id' => :'Integer', :'created' => :'DateTime' } end |