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

Hierarchy

  • TeamReferenceAttributes

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
avatar?: string

URL or reference for the team's avatar (if available).

description?: string

A short text describing the team.

handle?: string

A unique handle/slug for the team.

name?: string

The full, human-readable name of the team.

Generated using TypeDoc