Class: Google::Cloud::Talent::V4beta1::ApplicationOutcomeNotesFilter

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb

Overview

Outcome Notes Filter.

Instance Attribute Summary collapse

Instance Attribute Details

#negatedtrue, false

Returns If true, The API excludes all candidates with any Application#outcome_notes matching the outcome reason specified in the filter.

Returns:

  • (true, false)

    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_notesString

Returns Required. User entered or selected outcome reason. The API does an exact match on the Application#outcome_notes in profiles.

Returns:

  • (String)

    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