google_api_jobs v0.13.1 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

Specs

t() :: %GoogleApi.Jobs.V3.Model.JobDerivedInfo{
  jobCategories: [String.t()],
  locations: [GoogleApi.Jobs.V3.Model.Location.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.