operatorName property

String? operatorName
getter/setter pair

Indicates the operator name required in the query in order to use the double property in sorting or as a facet.

The operator name can only contain lowercase letters (a-z). The maximum length is 32 characters.

Implementation

core.String? operatorName;