public sealed class SkillFilter : IMessage<SkillFilter>, IEquatable<SkillFilter>, IDeepCloneable<SkillFilter>, IBufferMessage, IMessageSkill filter of the search.
Implements
IMessage<SkillFilter>, IEquatable<SkillFilter>, IDeepCloneable<SkillFilter>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
SkillFilter()
public SkillFilter()SkillFilter(SkillFilter)
public SkillFilter(SkillFilter other)| Parameter | |
|---|---|
| Name | Description |
other |
SkillFilter |
Properties
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 |
|
Skill
public string Skill { get; set; }Required. The skill name. For example, "java", "j2ee", and so on.
| Property Value | |
|---|---|
| Type | Description |
String |
|