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
Outcome Notes Filter.
Instance Attribute Summary collapse
-
#negated ⇒ true, false
If true, The API excludes all candidates with any Application#outcome_notes matching the outcome reason specified in the filter.
-
#outcome_notes ⇒ String
Required.
Instance Attribute Details
#negated ⇒ true, false
Returns If true, The API excludes all candidates with any Application#outcome_notes matching the outcome reason specified in the filter.
756 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 756 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.
756 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 756 class ApplicationOutcomeNotesFilter; end |