Class ApplicationJobFilter (2.0.0-beta07)

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

Filter on the job information of Application.

Inheritance

Object > ApplicationJobFilter

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

ApplicationJobFilter()

public ApplicationJobFilter()

ApplicationJobFilter(ApplicationJobFilter)

public ApplicationJobFilter(ApplicationJobFilter other)
Parameter
NameDescription
otherApplicationJobFilter

Properties

JobRequisitionId

public string JobRequisitionId { get; set; }

The job requisition id in the application. The API does an exact match on the [Job.requisition_id][google.cloud.talent.v4beta1.Job.requisition_id] of [Application.job][google.cloud.talent.v4beta1.Application.job] in profiles.

Property Value
TypeDescription
String

JobTitle

public string JobTitle { get; set; }

The job title in the application. The API does an exact match on the [Job.title][google.cloud.talent.v4beta1.Job.title] of [Application.job][google.cloud.talent.v4beta1.Application.job] in profiles.

Property Value
TypeDescription
String

Negated

public bool Negated { get; set; }

If true, the API excludes all profiles with any [Application.job][google.cloud.talent.v4beta1.Application.job] matching the filters.

Property Value
TypeDescription
Boolean