TeamDetails

public class TeamDetails : CustomStringConvertible, JSONRepresentable

More details about the team.

  • The name of the team.

    Declaration

    Swift

    public let team: String
  • Declaration

    Swift

    public var description: String { get }