Class: Google::Cloud::Talent::V4beta1::ApplicationOutcomeNotesFilter
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::ApplicationOutcomeNotesFilter
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb
Overview
Input only.
Outcome Notes Filter.
Instance Attribute Summary collapse
-
#negated ⇒ true, false
Optional.
-
#outcome_notes ⇒ String
Required.
Instance Attribute Details
#negated ⇒ true, false
Returns Optional.
If true, The API excludes all candidates with any Application#outcome_notes matching the outcome reason specified in the filter.
698 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 698 class ApplicationOutcomeNotesFilter; end |
#outcome_notes ⇒ String
Returns Required.
User entered or selected outcome reason. The API does an exact match on the Application#outcome_notes in profiles.
698 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 698 class ApplicationOutcomeNotesFilter; end |