Class SkillFilter

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

Skill filter of the search.

Inheritance

Object > SkillFilter

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

SkillFilter()

public SkillFilter()

SkillFilter(SkillFilter)

public SkillFilter(SkillFilter other)
Parameter
NameDescription
otherSkillFilter

Properties

Negated

public bool Negated { get; set; }

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

Property Value
TypeDescription
Boolean

Skill

public string Skill { get; set; }

Required. The skill name. For example, "java", "j2ee", and so on.

Property Value
TypeDescription
String