Class CompensationFilter (1.0.0)

CompensationFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Filter on job compensation type and amount.

Attributes

NameDescription
type_ `.filters.CompensationFilter.FilterType`
Required. Type of filter.
units Sequence[`.common.CompensationInfo.CompensationUnit`]
Required. Specify desired ``base compensation entry's`` CompensationInfo.CompensationUnit.
range_ `.common.CompensationInfo.CompensationRange`
Compensation range.
include_jobs_with_unspecified_compensation_range bool
If set to true, jobs with unspecified compensation range fields are included.

Inheritance

builtins.object > proto.message.Message > CompensationFilter

Classes

FilterType

FilterType(value)

Specify the type of filtering.