Google Cloud Talent Solution v4 API - Class SearchJobsResponse.Types.CommuteInfo (2.5.0)

public sealed class SearchJobsResponse.Types.CommuteInfo : IMessage<SearchJobsResponse.Types.CommuteInfo>, IEquatable<SearchJobsResponse.Types.CommuteInfo>, IDeepCloneable<SearchJobsResponse.Types.CommuteInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Talent Solution v4 API class SearchJobsResponse.Types.CommuteInfo.

Commute details related to this job.

Inheritance

object > SearchJobsResponse.Types.CommuteInfo

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

CommuteInfo()

public CommuteInfo()

CommuteInfo(CommuteInfo)

public CommuteInfo(SearchJobsResponse.Types.CommuteInfo other)
Parameter
NameDescription
otherSearchJobsResponseTypesCommuteInfo

Properties

JobLocation

public Location JobLocation { get; set; }

Location used as the destination in the commute calculation.

Property Value
TypeDescription
Location

TravelDuration

public Duration TravelDuration { get; set; }

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.

Property Value
TypeDescription
Duration