SearchJobsResponse constructor
SearchJobsResponse({
- int? broadenedQueryJobsCount,
- List<
HistogramQueryResult> ? histogramQueryResults, - List<
Location> ? locationFilters, - List<
MatchingJob> ? matchingJobs, - ResponseMetadata? metadata,
- String? nextPageToken,
- SpellingCorrection? spellCorrection,
- int? totalSize,
Implementation
SearchJobsResponse({
this.broadenedQueryJobsCount,
this.histogramQueryResults,
this.locationFilters,
this.matchingJobs,
this.metadata,
this.nextPageToken,
this.spellCorrection,
this.totalSize,
});