isSearchable property
Denotes if the field is searchable (field shall not be visible on the UI in the filters view). The field will continue to be searchable through the API
Implementation
@$pb.TagNumber(32)
$core.bool get isSearchable => $_getBF(13);
Implementation
@$pb.TagNumber(32)
set isSearchable($core.bool value) => $_setBool(13, value);