| Name | Type | Description | Notes |
|---|---|---|---|
| num_teams | Integer | Number of teams ranked. | [optional] |
| ranking | TeamEventStatusRankRanking | [optional] | |
| sort_order_info | Array<TeamEventStatusRankSortOrderInfo> | Ordered list of names corresponding to the elements of the `sort_orders` array. | [optional] |
| status | String | [optional] |
require 'TBA API v3 Ruby Client'
instance = TBA API v3 Ruby Client::TeamEventStatusRank.new(num_teams: null,
ranking: null,
sort_order_info: null,
status: null)