Class EmployerFilter

public sealed class EmployerFilter : IMessage<EmployerFilter>, IEquatable<EmployerFilter>, IDeepCloneable<EmployerFilter>, IBufferMessage, IMessage

Employer filter of the search.

Inheritance

Object > EmployerFilter

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

EmployerFilter()

public EmployerFilter()

EmployerFilter(EmployerFilter)

public EmployerFilter(EmployerFilter other)
Parameter
NameDescription
otherEmployerFilter

Properties

Employer

public string Employer { get; set; }

Required. The name of the employer, for example "Google", "Alphabet".

Property Value
TypeDescription
String

Mode

public EmployerFilter.Types.EmployerFilterMode Mode { get; set; }

Define set of [EmploymentRecord][google.cloud.talent.v4beta1.EmploymentRecord]s to search against.

Defaults to [EmployerFilterMode.ALL_EMPLOYMENT_RECORDS][google.cloud.talent.v4beta1.EmployerFilter.EmployerFilterMode.ALL_EMPLOYMENT_RECORDS].

Property Value
TypeDescription
EmployerFilter.Types.EmployerFilterMode

Negated

public bool Negated { get; set; }

Whether to apply negation to the filter so profiles matching the filter is excluded.

Property Value
TypeDescription
Boolean