Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::JobTitleFilter.
Job title of the search.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#job_title
def job_title() -> ::String
Returns
- (::String) — Required. The job title. For example, "Software engineer", or "Product manager".
#job_title=
def job_title=(value) -> ::String
Parameter
- value (::String) — Required. The job title. For example, "Software engineer", or "Product manager".
Returns
- (::String) — Required. The job title. For example, "Software engineer", or "Product manager".
#negated
def negated() -> ::Boolean
Returns
- (::Boolean) — Whether to apply negation to the filter so profiles matching the filter are excluded.
#negated=
def negated=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether to apply negation to the filter so profiles matching the filter are excluded.
Returns
- (::Boolean) — Whether to apply negation to the filter so profiles matching the filter are excluded.