Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 690 Bytes

TeamEventStatusRankSortOrderInfo.md

File metadata and controls

19 lines (12 loc) · 690 Bytes

TBA API v3 Ruby Client::TeamEventStatusRankSortOrderInfo

Properties

Name Type Description Notes
precision Integer The number of digits of precision used for this value, eg `2` would correspond to a value of `101.11` while `0` would correspond to `101`. [optional]
name String The descriptive name of the value used to sort the ranking. [optional]

Code Sample

require 'TBA API v3 Ruby Client'

instance = TBA API v3 Ruby Client::TeamEventStatusRankSortOrderInfo.new(precision: null,
                                 name: null)