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