SearchJobsRequest constructor
SearchJobsRequest({
- CustomRankingInfo? customRankingInfo,
- bool? disableKeywordMatch,
- String? diversificationLevel,
- bool? enableBroadening,
- List<
HistogramQuery> ? histogramQueries, - JobQuery? jobQuery,
- String? jobView,
- String? keywordMatchMode,
- int? maxPageSize,
- int? offset,
- String? orderBy,
- String? pageToken,
- RequestMetadata? requestMetadata,
- 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,
});