Class JobTitleFilter

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

Job title of the search.

Inheritance

Object > JobTitleFilter

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

JobTitleFilter()

public JobTitleFilter()

JobTitleFilter(JobTitleFilter)

public JobTitleFilter(JobTitleFilter other)
Parameter
NameDescription
otherJobTitleFilter

Properties

JobTitle

public string JobTitle { get; set; }

Required. The job title. For example, "Software engineer", or "Product manager".

Property Value
TypeDescription
String

Negated

public bool Negated { get; set; }

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

Property Value
TypeDescription
Boolean