Method: OpenapiClient::OrganizationReadWithAPIKey.openapi_types
- Defined in:
- lib/openapi_client/models/organization_read_with_api_key.rb
.openapi_types ⇒ Object
Attribute type mapping.
60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'lib/openapi_client/models/organization_read_with_api_key.rb', line 60 def self.openapi_types { :'key' => :'String', :'id' => :'String', :'created_at' => :'Time', :'updated_at' => :'Time', :'name' => :'String', :'settings' => :'Object', :'api_key_id' => :'String', :'api_key_secret' => :'String' } end |