tba-openapi-rust 3.8.2

# Overview Information and statistics about FIRST Robotics Competition teams and events. # Authentication All endpoints require an Auth Key to be passed in the header `X-TBA-Auth-Key`. If you do not have an auth key yet, you can obtain one from your [Account Page](/account).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# EventRankingRankingsInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**matches_played** | **i32** | Number of matches played by this team. | 
**qual_average** | Option<**i32**> | The average match score during qualifications. Year specific. May be null if not relevant for a given year. | [optional]
**extra_stats** | Option<**Vec<f32>**> | Additional special data on the team's performance calculated by TBA. | [optional]
**sort_orders** | Option<**Vec<f32>**> | Additional year-specific information, may be null. See parent `sort_order_info` for details. | [optional]
**record** | [**crate::models::WltRecord**]WLT_Record.md |  | 
**rank** | **i32** | The team's rank at the event as provided by FIRST. | 
**dq** | **i32** | Number of times disqualified. | 
**team_key** | **String** | The team with this rank. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)