Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 978 Bytes

TeamEventStatusRankRanking.md

File metadata and controls

17 lines (12 loc) · 978 Bytes

TeamEventStatusRankRanking

Properties

Name Type Description Notes
matches_played Option<i32> Number of matches played. [optional]
qual_average Option<f64> For some years, average qualification score. Can be null. [optional]
sort_orders Option<Vec> Ordered list of values used to determine the rank. See the sort_order_info property for the name of each value. [optional]
record Option<crate::models::WltRecord> [optional]
rank Option<i32> Relative rank of this team. [optional]
dq Option<i32> Number of matches the team was disqualified for. [optional]
team_key Option<String> TBA team key for this rank. [optional]

[Back to Model list] [Back to API list] [Back to README]