Team hierarchy links connect different teams. This represents attributes from teams that are connected by the team hierarchy link.

Hierarchy

  • TeamHierarchyLinkTeamAttributes

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

The team's avatar

banner?: number

The team's banner

handle: string

The team's handle

isManaged?: boolean

Whether the team is managed

isOpenMembership?: boolean

Whether the team has open membership

linkCount?: number

The number of links for the team

name: string

The team's name

summary?: string

The team's summary

userCount?: number

The number of users in the team

Generated using TypeDoc