Team Class

Holds basic information on a team.

Constructors

Name Description
Team(string, string) Creates a new instance of the Team class.

Properties

Name Type Description
Id System.String The team’s ID.
Name System.String The team’s name.

Methods

Name Description
Team.FromJson(JObject) Creates a new instance of the Team class using a JSON object.
Team.ToString() Returns a string containing all of the class’ properties.