Team
open class Team : CustomStringConvertible
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
open var description: String { get }