isSortable property

bool? isSortable
getter/setter pair

Indicates that the property can be used for sorting.

Cannot be true for properties that are repeatable. Cannot be true for properties whose type is object. IsReturnable must be true to set this option. Only supported for boolean, date, double, integer, and timestamp properties.

Implementation

core.bool? isSortable;