Class: Google::Cloud::Talent::V4beta1::JobTitleFilter

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

Overview

Job title of the search.

Instance Attribute Summary collapse

Instance Attribute Details

#job_titleString

Returns Required. The job title. For example, "Software engineer", or "Product manager".

Returns:

  • (String)

    Required. The job title. For example, "Software engineer", or "Product manager".



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

class JobTitleFilter; end

#negatedtrue, false

Returns Whether to apply negation to the filter so profiles matching the filter are excluded.

Returns:

  • (true, false)

    Whether to apply negation to the filter so profiles matching the filter are excluded.



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

class JobTitleFilter; end