SearchJobsResponse constructor

SearchJobsResponse({
  1. int? broadenedQueryJobsCount,
  2. int? estimatedTotalSize,
  3. HistogramResults? histogramResults,
  4. List<Location>? locationFilters,
  5. List<MatchingJob>? matchingJobs,
  6. ResponseMetadata? metadata,
  7. String? nextPageToken,
  8. SpellingCorrection? spellCorrection,
  9. int? totalSize,
})

Implementation

SearchJobsResponse({
  this.broadenedQueryJobsCount,
  this.estimatedTotalSize,
  this.histogramResults,
  this.locationFilters,
  this.matchingJobs,
  this.metadata,
  this.nextPageToken,
  this.spellCorrection,
  this.totalSize,
});