public sealed class ApplicationJobFilter : IMessage<ApplicationJobFilter>, IEquatable<ApplicationJobFilter>, IDeepCloneable<ApplicationJobFilter>, IBufferMessage, IMessageFilter on the job information of Application.
Implements
IMessage<ApplicationJobFilter>, IEquatable<ApplicationJobFilter>, IDeepCloneable<ApplicationJobFilter>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
ApplicationJobFilter()
public ApplicationJobFilter()ApplicationJobFilter(ApplicationJobFilter)
public ApplicationJobFilter(ApplicationJobFilter other)| Parameter | |
|---|---|
| Name | Description |
other |
ApplicationJobFilter |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Boolean |
|