employmentTypes property

List<String>? employmentTypes
getter/setter pair

The employment type filter specifies the employment type of jobs to search against, such as EmploymentType.FULL_TIME.

If a value is not specified, jobs in the search results includes any employment type. If multiple values are specified, jobs in the search results include any of the specified employment types.

Optional.

Implementation

core.List<core.String>? employmentTypes;