scoreOrder property

String? scoreOrder
getter/setter pair

Possible string values are:

  • "SCORE_ORDER_UNSPECIFIED" : Default value. This value is unused.
  • "LARGER_IS_BETTER" : Larger scores posted are ranked higher.
  • "SMALLER_IS_BETTER" : Smaller scores posted are ranked higher.

Implementation

core.String? scoreOrder;