employmentTypes property
The employment type filter specifies the employment type of jobs to search against, such as EmploymentType.FULL_TIME.
If a value isn't 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.
Implementation
core.List<core.String>? employmentTypes;