TeamDetails
open class TeamDetails : CustomStringConvertible
More details about the team.
-
The name of the team.
Declaration
Swift
public let team: String
-
Declaration
Swift
open var description: String { get }