public sealed class ApplicationJobFilter : IMessage<ApplicationJobFilter>, IEquatable<ApplicationJobFilter>, IDeepCloneable<ApplicationJobFilter>, IBufferMessage, IMessage
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 UTC."],[[["`ApplicationJobFilter` is a class used to filter job information within an application in the Google Cloud Talent API."],["The latest version of `ApplicationJobFilter` is 3.0.0-beta06, with older versions 3.0.0-beta05 and 2.0.0-beta07 also available."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["`ApplicationJobFilter` allows filtering by `JobRequisitionId` and `JobTitle`, enabling exact matching against the job's requisition ID and title in the application."],["The `Negated` property, a boolean value, can be set to true to exclude profiles that match the defined application job filters."]]],[]]