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-04-17 UTC."],[[["`ApplicationJobFilter` is a class used to filter job information within an application, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties such as `JobRequisitionId` and `JobTitle` which are used to filter applications based on exact matches with the corresponding fields in the associated job."],["The `Negated` property allows users to exclude profiles with applications matching the specified job filters when set to `true`."],["The class `ApplicationJobFilter` has two constructors, one parameterless and another that takes `ApplicationJobFilter` as the parameter."]]],[]]