Class RestTeam
public class RestTeam : RestEntity<ulong>, IEntity<ulong>, ITeam
- Inheritance
-
RestTeam
- Implements
- Inherited Members
Properties
IconUrl
Gets the team icon url.
public string IconUrl { get; }
Property Value
Name
Gets the name of this team.
public string Name { get; }
Property Value
OwnerUserId
Gets the user identifier that owns this team.
public ulong OwnerUserId { get; }
Property Value
TeamMembers
Gets the members of this team.
public IReadOnlyList<ITeamMember> TeamMembers { get; }