CustomRankingInfo class

Custom ranking information for SearchJobsRequest.

Constructors

CustomRankingInfo({String? importanceLevel, String? rankingExpression})
CustomRankingInfo.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
importanceLevel String?
Controls over how important the score of CustomRankingInfo.ranking_expression gets applied to job's final ranking position.
getter/setter pair
rankingExpression String?
Controls over how job documents get ranked on top of existing relevance score (determined by API algorithm).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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