public sealed class ApplicationOutcomeNotesFilter : IMessage<ApplicationOutcomeNotesFilter>, IEquatable<ApplicationOutcomeNotesFilter>, IDeepCloneable<ApplicationOutcomeNotesFilter>, IBufferMessage, IMessage
If true, The API excludes all candidates with any
[Application.outcome_notes][google.cloud.talent.v4beta1.Application.outcome_notes] matching the outcome reason specified in
the filter.
Required. User entered or selected outcome reason. The API does an exact match on the
[Application.outcome_notes][google.cloud.talent.v4beta1.Application.outcome_notes] 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-03-21 UTC."],[[["The `ApplicationOutcomeNotesFilter` class is a part of the `Google.Cloud.Talent.V4Beta1` namespace, and it is designed to filter job applications based on outcome notes."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and efficient buffer operations."],["`ApplicationOutcomeNotesFilter` offers two constructors: a default constructor and one that allows for creating a copy of another `ApplicationOutcomeNotesFilter` object."],["The class includes two properties: `Negated`, a boolean that, when true, excludes candidates with matching outcome notes; and `OutcomeNotes`, a string property that holds the outcome reason to be used for filtering, performing an exact match."],["The latest version of this application is `3.0.0-beta06` in the `Google.Cloud.Talent.V4Beta1` package."]]],[]]