Method: OpenapiClient::APIKeyRead.openapi_types

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

.openapi_typesObject

Attribute type mapping.



63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# File 'lib/openapi_client/models/api_key_read.rb', line 63

def self.openapi_types
  {
    :'organization_id' => :'String',
    :'project_id' => :'String',
    :'environment_id' => :'String',
    :'object_type' => :'MemberAccessObj',
    :'access_level' => :'MemberAccessLevel',
    :'owner_type' => :'APIKeyOwnerType',
    :'id' => :'String',
    :'secret' => :'String',
    :'created_at' => :'Time',
    :'created_by_member' => :'OrgMemberRead',
    :'last_used_at' => :'Time'
  }
end