public sealed class EmployerFilter : IMessage<EmployerFilter>, IEquatable<EmployerFilter>, IDeepCloneable<EmployerFilter>, IBufferMessage, IMessageEmployer filter of the search.
Implements
IMessage<EmployerFilter>, IEquatable<EmployerFilter>, IDeepCloneable<EmployerFilter>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
EmployerFilter()
public EmployerFilter()EmployerFilter(EmployerFilter)
public EmployerFilter(EmployerFilter other)| Parameter | |
|---|---|
| Name | Description |
other |
EmployerFilter |
Properties
Employer
public string Employer { get; set; }Required. The name of the employer, for example "Google", "Alphabet".
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Boolean |
|