Class: Google::Cloud::Talent::V4beta1::Job::DerivedInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::Job::DerivedInfo
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job.rb
Overview
Output only.
Derived details about the job posting.
Instance Attribute Summary collapse
-
#job_categories ⇒ Array<Google::Cloud::Talent::V4beta1::JobCategory>
Job categories derived from Job#title and Job#description.
-
#locations ⇒ Array<Google::Cloud::Talent::V4beta1::Location>
Structured locations of the job, resolved from Job#addresses.
Instance Attribute Details
#job_categories ⇒ Array<Google::Cloud::Talent::V4beta1::JobCategory>
Returns Job categories derived from Job#title and Job#description.
349 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job.rb', line 349 class DerivedInfo; end |
#locations ⇒ Array<Google::Cloud::Talent::V4beta1::Location>
Returns Structured locations of the job, resolved from Job#addresses.
locations are exactly matched to Job#addresses in the same order.
349 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job.rb', line 349 class DerivedInfo; end |