orderedRanking property

String? orderedRanking
getter/setter pair

Used to specify the ordered ranking for the integer.

Can only be used if isRepeatable is false. Possible string values are:

  • "NO_ORDER" : There is no ranking order for the property. Results are not adjusted by this property's value.
  • "ASCENDING" : This property is ranked in ascending order. Lower values indicate lower ranking.
  • "DESCENDING" : This property is ranked in descending order. Lower values indicate higher ranking.

Implementation

core.String? orderedRanking;