Class ApplicationOutcomeNotesFilter (2.6.0)

ApplicationOutcomeNotesFilter(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Outcome Notes Filter.

Attributes

NameDescription
outcome_notes str
Required. User entered or selected outcome reason. The API does an exact match on the Application.outcome_notes in profiles.
negated bool
If true, The API excludes all candidates with any Application.outcome_notes matching the outcome reason specified in the filter.

Inheritance

builtins.object > proto.message.Message > ApplicationOutcomeNotesFilter