keywordSearchableJobCustomAttributes property
- @Deprecated('Not supported. Member documentation may have more information.')
 
getter/setter pair
      This field is deprecated.
Please set the searchability of the custom attribute in the
Job.custom_attributes going forward. A list of keys of filterable
Job.custom_attributes, whose corresponding string_values are used in
keyword searches. Jobs with string_values under these specified field
keys are returned if any of the values match the search keyword. Custom
field values with parenthesis, brackets and special symbols are not
searchable as-is, and those keyword queries must be surrounded by quotes.
Implementation
@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<core.String>? keywordSearchableJobCustomAttributes;