Team update attributes

Hierarchy

  • TeamUpdateAttributes

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

Unicode representation of the avatar for the team, limited to a single grapheme

banner?: number

Banner selection for the team

description?: string

Free-form markdown description/content for the team's homepage

handle: string

The team's identifier

hiddenModules?: string[]

Collection of hidden modules for the team

name: string

The name of the team

visibleModules?: string[]

Collection of visible modules for the team

Generated using TypeDoc