JobQuery constructor
JobQuery({
- CommuteFilter? commuteFilter,
- List<
String> ? companies, - List<
String> ? companyDisplayNames, - CompensationFilter? compensationFilter,
- String? customAttributeFilter,
- bool? disableSpellCheck,
- List<
String> ? employmentTypes, - List<
String> ? excludedJobs, - List<
String> ? jobCategories, - List<
String> ? languageCodes, - List<
LocationFilter> ? locationFilters, - TimestampRange? publishTimeRange,
- String? query,
- String? queryLanguageCode,
Implementation
JobQuery({
this.commuteFilter,
this.companies,
this.companyDisplayNames,
this.compensationFilter,
this.customAttributeFilter,
this.disableSpellCheck,
this.employmentTypes,
this.excludedJobs,
this.jobCategories,
this.languageCodes,
this.locationFilters,
this.publishTimeRange,
this.query,
this.queryLanguageCode,
});