Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 763 Bytes

TeamEventStatusRankSortOrderInfo.md

File metadata and controls

16 lines (11 loc) · 763 Bytes

tba_api_client.model.TeamEventStatusRankSortOrderInfo

Load the model package

import 'package:tba_api_client/api.dart';

Properties

Name Type Description Notes
precision int 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] [default to null]
name String The descriptive name of the value used to sort the ranking. [optional] [default to null]

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