Name | Type | Description | Notes |
---|---|---|---|
matchesPlayed | kotlin.Int | Number of matches played by this team. | |
record | WLTRecord | ||
rank | kotlin.Int | The team's rank at the event as provided by FIRST. | |
dq | kotlin.Int | Number of times disqualified. | |
teamKey | kotlin.String | The team with this rank. | |
qualAverage | kotlin.Int | The average match score during qualifications. Year specific. May be null if not relevant for a given year. | [optional] |
extraStats | kotlin.Array<java.math.BigDecimal> | Additional special data on the team's performance calculated by TBA. | [optional] |
sortOrders | kotlin.Array<java.math.BigDecimal> | Additional year-specific information, may be null. See parent `sort_order_info` for details. | [optional] |