Method: OryClient::WorkspaceApiKey.openapi_types
- Defined in:
- lib/ory-client/models/workspace_api_key.rb
.openapi_types ⇒ Object
Attribute type mapping.
66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'lib/ory-client/models/workspace_api_key.rb', line 66 def self.openapi_types { :'created_at' => :'Time', :'expires_at' => :'Time', :'id' => :'String', :'name' => :'String', :'owner_id' => :'String', :'updated_at' => :'Time', :'value' => :'String', :'workspace_id' => :'String' } end |