google_api_jobs v0.8.0 GoogleApi.Jobs.V2.Model.CommuteInfo View Source
Output only.
Commute details related to this job.
Attributes
jobLocation
(type:GoogleApi.Jobs.V2.Model.JobLocation.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
Link to this type
t()
View Sourcet() :: %GoogleApi.Jobs.V2.Model.CommuteInfo{ jobLocation: GoogleApi.Jobs.V2.Model.JobLocation.t(), travelDuration: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.