GoogleApi.Jobs.V3.Model.JobDerivedInfo (google_api_jobs v0.21.0)
View SourceOutput 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Jobs.V3.Model.JobDerivedInfo{ jobCategories: [String.t()] | nil, locations: [GoogleApi.Jobs.V3.Model.Location.t()] | nil }