public sealed class SkillFilter : IMessage<SkillFilter>, IEquatable<SkillFilter>, IDeepCloneable<SkillFilter>, IBufferMessage, IMessage
Skill 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)
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.
Type | Description |
Boolean |
Skill
public string Skill { get; set; }
Required. The skill name. For example, "java", "j2ee", and so on.
Type | Description |
String |