SearchJobsResponse constructor

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

Implementation

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