Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 895 Bytes

OrganizationRead.md

File metadata and controls

15 lines (10 loc) · 895 Bytes

OrganizationRead

Properties

Name Type Description Notes
key kotlin.String 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.
id java.util.UUID Unique id of the organization
createdAt java.time.OffsetDateTime Date and time when the organization was created (ISO_8601 format).
updatedAt java.time.OffsetDateTime Date and time when the organization was last updated/modified (ISO_8601 format).
name kotlin.String The name of the organization, usually it's your company's name.
settings kotlin.Any the settings for this project [optional]