Class CommuteInfo
Output only. Commute details related to this job.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3.Data
Assembly: Google.Apis.CloudTalentSolution.v3.dll
Syntax
public class CommuteInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
JobLocation
Location used as the destination in the commute calculation.
Declaration
[JsonProperty("jobLocation")]
public virtual Location JobLocation { get; set; }
Property Value
Type | Description |
---|---|
Location |
TravelDuration
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.
Declaration
[JsonProperty("travelDuration")]
public virtual object TravelDuration { get; set; }
Property Value
Type | Description |
---|---|
object |