Method: Composio::APIKeyResDTO.openapi_types
- Defined in:
- lib/composio/models/api_key_res_dto.rb
.openapi_types ⇒ Object
Attribute type mapping.
58 59 60 61 62 63 64 65 66 67 68 69 |
# File 'lib/composio/models/api_key_res_dto.rb', line 58 def self.openapi_types { :'id' => :'String', :'name' => :'String', :'created_at' => :'String', :'updated_at' => :'String', :'key' => :'String', :'is_hidden' => :'Boolean', :'last_used' => :'String', :'member' => :'Object' } end |