SearchJobsResponse class

Response for SearchJob method.

Output only.

Constructors

SearchJobsResponse({int? broadenedQueryJobsCount, int? estimatedTotalSize, HistogramResults? histogramResults, List<Location>? locationFilters, List<MatchingJob>? matchingJobs, ResponseMetadata? metadata, String? nextPageToken, SpellingCorrection? spellCorrection, int? totalSize})
SearchJobsResponse.fromJson(Map json_)

Properties

broadenedQueryJobsCount int?
If query broadening is enabled, we may append additional results from the broadened query.
getter/setter pair
estimatedTotalSize int?
An estimation of the number of jobs that match the specified query.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
histogramResults HistogramResults?
The histogram results that match specified SearchJobsRequest.histogram_facets.
getter/setter pair
locationFilters List<Location>?
The location filters that the service applied to the specified query.
getter/setter pair
matchingJobs List<MatchingJob>?
The Job entities that match the specified SearchJobsRequest.
getter/setter pair
metadata ResponseMetadata?
Additional information for the API invocation, such as the request tracking id.
getter/setter pair
nextPageToken String?
The token that specifies the starting position of the next page of results.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spellCorrection SpellingCorrection?
The spell checking result, and correction.
getter/setter pair
totalSize int?
The precise result count with limit 100,000.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited