Class CloudTeamInformation

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

Constructors

Properties

Accessors

Methods

Constructors

Properties

_name: string
_uuid: UUID

Accessors

  • get name(): string
  • The team's name.

    Returns string

  • set name(value): void
  • Parameters

    • value: string

    Returns void

  • get uuid(): UUID
  • The UUID that uniquely represents the team.

    Returns UUID

  • set uuid(value): void
  • Parameters

    Returns void

Methods