filterable property

bool? filterable
getter/setter pair

If the filterable flag is true, the custom field values may be used for custom attribute filters JobQuery.custom_attribute_filter.

If false, these values may not be used for custom attribute filters. Default is false.

Optional.

Implementation

core.bool? filterable;