Provides a reference to a team, including ID, type, and basic attributes/relationships.

Hierarchy

  • TeamReference

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

Encapsulates the basic attributes of a Team reference, such as name, handle, and an optional avatar or description.

id?: string

The team's unique identifier.

Collects the key relationship fields for a team reference, specifically on-call users.

Teams resource type.

Generated using TypeDoc