Team
public class Team : CustomStringConvertible, JSONRepresentable
Information about a team.
-
The team’s unique ID.
Declaration
Swift
public let id: String
-
The name of the team.
Declaration
Swift
public let name: String
-
Declaration
Swift
public var description: String { get }