Class Team#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.Team : xbe.sdk.ModelBase#

Describes a single team of players involved in a session.

Public Functions

Team ()#
Team (Object obj)

Properties

int Id { get; set; }#

The index or unique identifier of the team.

Guid > Members { get; set; }#

The list of UUIDs for each user on the team.

Public Static Functions

new Team Parse (string json)#

Parses the given JSON encoded string into a new Team instance.

Param json:

Return: