RSX Code Reference
    Preparing search index...
    • rsx
    • CloudTeamInformation

    Class CloudTeamInformation

    The CloudTeamInformation struct contains an information about an RSX cloud team.

    Index
    _name: string
    _uuid: UUID
    • get name(): string

      The team's name.

      Returns string

    • set name(value: string): void

      Parameters

      • value: string

      Returns void

    • get uuid(): UUID

      The UUID that uniquely represents the team.

      Returns UUID

    • set uuid(value: UUID): void

      Parameters

      Returns void