SearchJobsRequest constructor

SearchJobsRequest({
  1. CustomRankingInfo? customRankingInfo,
  2. bool? disableKeywordMatch,
  3. String? diversificationLevel,
  4. bool? enableBroadening,
  5. List<HistogramQuery>? histogramQueries,
  6. JobQuery? jobQuery,
  7. String? jobView,
  8. String? keywordMatchMode,
  9. int? maxPageSize,
  10. int? offset,
  11. String? orderBy,
  12. String? pageToken,
  13. RequestMetadata? requestMetadata,
  14. String? searchMode,
})

Implementation

SearchJobsRequest({
  this.customRankingInfo,
  this.disableKeywordMatch,
  this.diversificationLevel,
  this.enableBroadening,
  this.histogramQueries,
  this.jobQuery,
  this.jobView,
  this.keywordMatchMode,
  this.maxPageSize,
  this.offset,
  this.orderBy,
  this.pageToken,
  this.requestMetadata,
  this.searchMode,
});