public sealed class CommuteInfo : IMessage<SearchJobsResponse.Types.CommuteInfo>, IEquatable<SearchJobsResponse.Types.CommuteInfo>, IDeepCloneable<SearchJobsResponse.Types.CommuteInfo>, IBufferMessage, IMessage
Commute details related to this job.
Implements
IMessage<SearchJobsResponse.Types.CommuteInfo>, IEquatable<SearchJobsResponse.Types.CommuteInfo>, IDeepCloneable<SearchJobsResponse.Types.CommuteInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
CommuteInfo()
public CommuteInfo()
CommuteInfo(SearchJobsResponse.Types.CommuteInfo)
public CommuteInfo(SearchJobsResponse.Types.CommuteInfo other)
Parameter | |
---|---|
Name | Description |
other | SearchJobsResponse.Types.CommuteInfo |
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 |