GoogleApi.Jobs.V2.Model.CommuteInfo (google_api_jobs v0.21.0)
View SourceOutput 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Jobs.V2.Model.CommuteInfo{ jobLocation: GoogleApi.Jobs.V2.Model.JobLocation.t(), travelDuration: String.t() }