Attributes of an org group membership.

Hierarchy

  • OrgGroupMembershipAttributes

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 membership was created.

modifiedAt: Date

Timestamp when the membership was last modified.

orgName: string

The name of the member organization.

orgSite: string

The site of the member organization.

orgUuid: string

The UUID of the member organization.

Generated using TypeDoc