Method: OryClient::ProjectApiKey.openapi_types
- Defined in:
- lib/ory-client/models/project_api_key.rb
.openapi_types ⇒ Object
Attribute type mapping.
50 51 52 53 54 55 56 57 58 |
# File 'lib/ory-client/models/project_api_key.rb', line 50 def self.openapi_types { :'id' => :'String', :'name' => :'String', :'owner_id' => :'String', :'project_id' => :'String', :'value' => :'String' } end |