Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 878 Bytes

TeamEventStatusRank.md

File metadata and controls

18 lines (13 loc) · 878 Bytes

tba_api_client.model.TeamEventStatusRank

Load the model package

import 'package:tba_api_client/api.dart';

Properties

Name Type Description Notes
numTeams int Number of teams ranked. [optional] [default to null]
ranking TeamEventStatusRankRanking [optional] [default to null]
sortOrderInfo List<TeamEventStatusRankSortOrderInfo> Ordered list of names corresponding to the elements of the `sort_orders` array. [optional] [default to []]
status String [optional] [default to null]

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