SearchJobsRequest class
The Request body of the SearchJobs
call.
Constructors
-
SearchJobsRequest({CustomRankingInfo? customRankingInfo, bool? disableKeywordMatch, String? diversificationLevel, bool? enableBroadening, List<
HistogramQuery> ? histogramQueries, JobQuery? jobQuery, String? jobView, String? keywordMatchMode, int? maxPageSize, int? offset, String? orderBy, String? pageToken, RequestMetadata? requestMetadata, String? searchMode}) - SearchJobsRequest.fromJson(Map json_)
Properties
- customRankingInfo ↔ CustomRankingInfo?
-
Controls over how job documents get ranked on top of existing relevance
score (determined by API algorithm).
getter/setter pair
- disableKeywordMatch ↔ bool?
-
This field is deprecated.
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
-
histogramQueries
↔ List<
HistogramQuery> ? -
An expression specifies a histogram request against matching jobs.
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
- keywordMatchMode ↔ String?
-
Controls what keyword match options to use.
getter/setter pair
- maxPageSize ↔ int?
-
A limit on the number of jobs returned in the search results.
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
- 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
- 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