Class WorkExperienceFilter (1.0.2)

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

Work experience filter.

This filter is used to search for profiles with working experience length between min_experience and max_experience.

Attributes

NameDescription
min_experience .duration.Duration
The minimum duration of the work experience (inclusive).
max_experience .duration.Duration
The maximum duration of the work experience (exclusive).