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 v4beta1 API class SearchJobsResponse.Types.CommuteInfo.
Commute details related to this job.
Implements
IMessageSearchJobsResponseTypesCommuteInfo, IEquatableSearchJobsResponseTypesCommuteInfo, IDeepCloneableSearchJobsResponseTypesCommuteInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
CommuteInfo()
public CommuteInfo()
CommuteInfo(CommuteInfo)
public CommuteInfo(SearchJobsResponse.Types.CommuteInfo other)
Parameter | |
---|---|
Name | Description |
other |
SearchJobsResponseTypesCommuteInfo |
Properties
JobLocation
public Location JobLocation { get; set; }
Location used as the destination in the commute calculation.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Duration |