Show / Hide Table of Contents

Class CommuteInfo

Commute details related to this job.

Inheritance
object
CommuteInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudTalentSolution.v4.Data
Assembly: Google.Apis.CloudTalentSolution.v4.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 isn't 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX