GoogleApi.Jobs.V3.Model.CommuteInfo (google_api_jobs v0.16.2) View Source

Output only. Commute details related to this job.

Attributes

  • jobLocation (type: GoogleApi.Jobs.V3.Model.Location.t, default: nil) - Location used as the destination in the commute calculation.
  • travelDuration (type: String.t, default: nil) - The number of seconds required to travel to the job location from the query location. A duration of 0 seconds indicates that the job is not reachable within the requested duration, but was returned as part of an expanded query.

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.CommuteInfo{
  jobLocation: GoogleApi.Jobs.V3.Model.Location.t() | nil,
  travelDuration: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.