minimumValue property

String? minimumValue
getter/setter pair

The minimum value of the property.

The minimum and maximum values for the property are used to rank results according to the ordered ranking. Indexing requests with values less than the minimum are accepted and ranked with the same weight as items indexed with the minimum value.

Implementation

core.String? minimumValue;