Method: OpenapiClient::OrganizationReadWithAPIKey#key

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

#keyObject

A URL-friendly name of the organization (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the organization.



19
20
21
# File 'lib/openapi_client/models/organization_read_with_api_key.rb', line 19

def key
  @key
end