Class: Google::Cloud::Talent::V4beta1::JobTitleFilter
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::JobTitleFilter
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb
Overview
Job title of the search.
Instance Attribute Summary collapse
-
#job_title ⇒ String
Required.
-
#negated ⇒ true, false
Whether to apply negation to the filter so profiles matching the filter are excluded.
Instance Attribute Details
#job_title ⇒ String
Returns 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 |
#negated ⇒ true, false
Returns 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 |