GoogleApi.Jobs.V3.Model.JobDerivedInfo (google_api_jobs v0.16.4) View Source
Output only. Derived details about the job posting.
Attributes
-
jobCategories
(type:list(String.t)
, default:nil
) - Job categories derived from Job.title and Job.description. -
locations
(type:list(GoogleApi.Jobs.V3.Model.Location.t)
, default:nil
) - Structured locations of the job, resolved from Job.addresses. locations are exactly matched to Job.addresses in the same order.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Jobs.V3.Model.JobDerivedInfo{ jobCategories: [String.t()] | nil, locations: [GoogleApi.Jobs.V3.Model.Location.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.