GoogleApi.Jobs.V3.Model.CommuteInfo (google_api_jobs v0.15.0) 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(), travelDuration: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.