jobCategories property

List<String>? jobCategories
getter/setter pair

The category filter specifies the categories of jobs to search against.

See JobCategory for more information. If a value isn't specified, jobs from any category are searched against. If multiple values are specified, jobs from any of the specified categories are searched against.

Implementation

core.List<core.String>? jobCategories;