Method: OryClient::WorkspaceApiKey.attribute_map

Defined in:
lib/ory-client/models/workspace_api_key.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



42
43
44
45
46
47
48
49
50
51
52
53
# File 'lib/ory-client/models/workspace_api_key.rb', line 42

def self.attribute_map
  {
    :'created_at' => :'created_at',
    :'expires_at' => :'expires_at',
    :'id' => :'id',
    :'name' => :'name',
    :'owner_id' => :'owner_id',
    :'updated_at' => :'updated_at',
    :'value' => :'value',
    :'workspace_id' => :'workspace_id'
  }
end