Attributes of the organization.

Hierarchy

  • OrganizationAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt?: Date

Creation time of the organization.

description?: string

Description of the organization.

disabled?: boolean

Whether or not the organization is disabled.

modifiedAt?: Date

Time of last organization modification.

name?: string

Name of the organization.

publicId?: string

Public ID of the organization.

sharing?: string

Sharing type of the organization.

url?: string

URL of the site that this organization exists at.

Generated using TypeDoc