SearchJobsRequest constructor
SearchJobsRequest({
- bool? disableKeywordMatch,
- String? diversificationLevel,
- bool? enableBroadening,
- HistogramFacets? histogramFacets,
- JobQuery? jobQuery,
- String? jobView,
- int? offset,
- String? orderBy,
- int? pageSize,
- String? pageToken,
- RequestMetadata? requestMetadata,
- bool? requirePreciseResultSize,
- 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,
});