Class EmployerFilter (1.0.0)

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

Employer filter of the search.

Attributes

NameDescription
employer str
Required. The name of the employer, for example "Google", "Alphabet".
mode `.filters.EmployerFilter.EmployerFilterMode`
Define set of EmploymentRecords to search against. Defaults to EmployerFilterMode.ALL_EMPLOYMENT_RECORDS.
negated bool
Whether to apply negation to the filter so profiles matching the filter is excluded.

Inheritance

builtins.object > proto.message.Message > EmployerFilter

Classes

EmployerFilterMode

EmployerFilterMode(value)

Enum indicating which set of Profile.employment_records to search against.