JobQuery constructor

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