Class: Google::Cloud::Talent::V4beta1::ApplicationJobFilter
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::ApplicationJobFilter
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb
Overview
Filter on the job information of Application.
Instance Attribute Summary collapse
-
#job_requisition_id ⇒ String
The job requisition id in the application.
-
#job_title ⇒ String
The job title in the application.
-
#negated ⇒ true, false
If true, the API excludes all profiles with any Application#job matching the filters.
Instance Attribute Details
#job_requisition_id ⇒ String
Returns The job requisition id in the application. The API does an exact match on the Job#requisition_id of Application#job in profiles.
774 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 774 class ApplicationJobFilter; end |
#job_title ⇒ String
Returns The job title in the application. The API does an exact match on the Job#title of Application#job in profiles.
774 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 774 class ApplicationJobFilter; end |
#negated ⇒ true, false
Returns If true, the API excludes all profiles with any Application#job matching the filters.
774 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 774 class ApplicationJobFilter; end |