SearchJobsRequest constructor

SearchJobsRequest({
  1. bool? disableKeywordMatch,
  2. String? diversificationLevel,
  3. bool? enableBroadening,
  4. HistogramFacets? histogramFacets,
  5. JobQuery? jobQuery,
  6. String? jobView,
  7. int? offset,
  8. String? orderBy,
  9. int? pageSize,
  10. String? pageToken,
  11. RequestMetadata? requestMetadata,
  12. bool? requirePreciseResultSize,
  13. String? searchMode,
})

Implementation

SearchJobsRequest({
  this.disableKeywordMatch,
  this.diversificationLevel,
  this.enableBroadening,
  this.histogramFacets,
  this.jobQuery,
  this.jobView,
  this.offset,
  this.orderBy,
  this.pageSize,
  this.pageToken,
  this.requestMetadata,
  this.requirePreciseResultSize,
  this.searchMode,
});