searchable property

String? searchable
getter/setter pair

Possible string values are:

  • "UNSPECIFIED"
  • "YES" : If yes, the parameter key and value will be full-text indexed. In a proto, this value will propagate to all children whose searchable is unspecified.
  • "NO" : If no, the parameter key and value will not be full-text indexed. In a proto, this value will propagate to all children whose searchable is unspecified.

Implementation

core.String? searchable;