promotionValue property

int? promotionValue
getter/setter pair

A promotion value of the job, as determined by the client.

The value determines the sort order of the jobs returned when searching for jobs using the featured jobs search call, with higher promotional values being returned first and ties being resolved by relevance sort. Only the jobs with a promotionValue >0 are returned in a FEATURED_JOB_SEARCH. Default value is 0, and negative values are treated as 0.

Optional.

Implementation

core.int? promotionValue;