Method: OpenapiClient::AuthnMeAPIKeyRead.attribute_map

Defined in:
lib/openapi_client/models/authn_me_api_key_read.rb

.attribute_mapObject

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



55
56
57
58
59
60
61
62
63
64
65
# File 'lib/openapi_client/models/authn_me_api_key_read.rb', line 55

def self.attribute_map
  {
    :'actor_type' => :'actor_type',
    :'id' => :'id',
    :'object_type' => :'object_type',
    :'owner_type' => :'owner_type',
    :'org_id' => :'org_id',
    :'project_id' => :'project_id',
    :'env_id' => :'env_id'
  }
end