Class: Google::Cloud::Talent::V4beta1::Job::DerivedInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#job_categoriesArray<Google::Cloud::Talent::V4beta1::JobCategory>

Returns Job categories derived from Job#title and Job#description.

Returns:



349
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job.rb', line 349

class DerivedInfo; end

#locationsArray<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.

Returns:



349
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job.rb', line 349

class DerivedInfo; end