google_api_jobs v0.11.0 GoogleApi.Jobs.V3.Model.JobDerivedInfo 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Jobs.V3.Model.JobDerivedInfo{
jobCategories: [String.t()],
locations: [GoogleApi.Jobs.V3.Model.Location.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.