orderedRanking property

String? orderedRanking
getter/setter pair

Used to specify the ordered ranking for the enumeration that determines how the integer values provided in the possible EnumValuePairs are used to rank results.

If specified, integer values must be provided for all possible EnumValuePair values given for this property. Can only be used if isRepeatable is false. Possible string values are:

  • "NO_ORDER" : There is no ranking order for the property. Results aren't 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;