SearchJobsResponse class
Response for SearchJob method.
Constructors
-
SearchJobsResponse({int? broadenedQueryJobsCount, List<
HistogramQueryResult> ? histogramQueryResults, 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
- hashCode → int
-
The hash code for this object.
no setterinherited
-
histogramQueryResults
↔ List<
HistogramQueryResult> ? -
The histogram results that match with specified
SearchJobsRequest.histogram_queries.
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?
-
Number of jobs that match the specified query.
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