public sealed class JobTitleFilter : IMessage<JobTitleFilter>, IEquatable<JobTitleFilter>, IDeepCloneable<JobTitleFilter>, IBufferMessage, IMessageJob title of the search.
Implements
IMessage<JobTitleFilter>, IEquatable<JobTitleFilter>, IDeepCloneable<JobTitleFilter>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
JobTitleFilter()
public JobTitleFilter()JobTitleFilter(JobTitleFilter)
public JobTitleFilter(JobTitleFilter other)| Parameter | |
|---|---|
| Name | Description |
other |
JobTitleFilter |
Properties
JobTitle
public string JobTitle { get; set; }Required. The job title. For example, "Software engineer", or "Product manager".
| Property Value | |
|---|---|
| Type | Description |
String |
|
Negated
public bool Negated { get; set; }Whether to apply negation to the filter so profiles matching the filter are excluded.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|