Attributes of an org group.

Hierarchy

  • OrgGroupAttributes

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

Timestamp when the org group was created.

modifiedAt: Date

Timestamp when the org group was last modified.

name: string

The name of the org group.

ownerOrgSite: string

The site of the organization that owns this org group.

ownerOrgUuid: string

The UUID of the organization that owns this org group.

Generated using TypeDoc