JobQuery constructor

JobQuery({
  1. CommuteFilter? commuteFilter,
  2. List<String>? companyDisplayNames,
  3. List<String>? companyNames,
  4. CompensationFilter? compensationFilter,
  5. String? customAttributeFilter,
  6. bool? disableSpellCheck,
  7. List<String>? employmentTypes,
  8. List<String>? jobCategories,
  9. List<String>? languageCodes,
  10. List<LocationFilter>? locationFilters,
  11. TimestampRange? publishTimeRange,
  12. String? query,
  13. 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,
});