TBA API v3 Ruby Client::EventRankingRankings Properties Name Type Description Notes matches_played Integer Number of matches played by this team. qual_average Integer The average match score during qualifications. Year specific. May be null if not relevant for a given year. [optional] extra_stats Array<Float> Additional special data on the team's performance calculated by TBA. [optional] sort_orders Array<Float> Additional year-specific information, may be null. See parent `sort_order_info` for details. [optional] record WLTRecord rank Integer The team's rank at the event as provided by FIRST. dq Integer Number of times disqualified. team_key String The team with this rank. Code Sample require 'TBA API v3 Ruby Client' instance = TBA API v3 Ruby Client::EventRankingRankings.new(matches_played: null, qual_average: null, extra_stats: null, sort_orders: null, record: null, rank: null, dq: null, team_key: null)