JerseyNumberInfo

public struct JerseyNumberInfo
extension JerseyNumberInfo: Hashable

Information about a jersey number and the number of highlights associated with it.

Used in availableJerseyNumbers(dateFrom:dateTo:) call that returns a list of jersey numbers and the number of highlights associated with each.

  • Jersey number

    Declaration

    Swift

    public let jerseyNumber: Int?
  • Number of highlights associated with this jersey number

    Declaration

    Swift

    public let numHighlights: Int
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)