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

Input only.

Outcome Notes Filter.

Instance Attribute Summary collapse

Instance Attribute Details

#negatedtrue, false

Returns Optional.

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

Returns:

  • (true, false)

    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_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.



698
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 698

class ApplicationOutcomeNotesFilter; end