SearchJobsRequest class

Input only.

The Request body of the SearchJobs call.

Constructors

SearchJobsRequest({bool? disableKeywordMatch, String? diversificationLevel, bool? enableBroadening, HistogramFacets? histogramFacets, JobQuery? jobQuery, String? jobView, int? offset, String? orderBy, int? pageSize, String? pageToken, RequestMetadata? requestMetadata, bool? requirePreciseResultSize, String? searchMode})
SearchJobsRequest.fromJson(Map json_)

Properties

disableKeywordMatch bool?
Controls whether to disable exact keyword match on Job.job_title, Job.description, Job.company_display_name, Job.locations, Job.qualifications.
getter/setter pair
diversificationLevel String?
Controls whether highly similar jobs are returned next to each other in the search results.
getter/setter pair
enableBroadening bool?
Controls whether to broaden the search when it produces sparse results.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
histogramFacets HistogramFacets?
Histogram requests for jobs matching JobQuery.
getter/setter pair
jobQuery JobQuery?
Query used to search against jobs, such as keyword, location filters, etc.
getter/setter pair
jobView String?
The desired job attributes returned for jobs in the search response.
getter/setter pair
offset int?
An integer that specifies the current offset (that is, starting result location, amongst the jobs deemed by the API as relevant) in search results.
getter/setter pair
orderBy String?
The criteria determining how search results are sorted.
getter/setter pair
pageSize int?
A limit on the number of jobs returned in the search results.
getter/setter pair
pageToken String?
The token specifying the current offset within search results.
getter/setter pair
requestMetadata RequestMetadata?
The meta information collected about the job searcher, used to improve the search quality of the service.
getter/setter pair
requirePreciseResultSize bool?
This field is deprecated.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchMode String?
Mode of a search.
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