google_api_jobs v0.9.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 Source
t() :: %GoogleApi.Jobs.V3.Model.JobDerivedInfo{
  jobCategories: [String.t()],
  locations: [GoogleApi.Jobs.V3.Model.Location.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.