Class SearchJobsResponse.Types.CommuteInfo (1.0.0)

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

Commute details related to this job.

Inheritance

System.Object > SearchJobsResponse.Types.CommuteInfo

Implements

Google.Protobuf.IMessage<SearchJobsResponse.Types.CommuteInfo>, System.IEquatable<SearchJobsResponse.Types.CommuteInfo>, Google.Protobuf.IDeepCloneable<SearchJobsResponse.Types.CommuteInfo>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

CommuteInfo()

public CommuteInfo()

CommuteInfo(SearchJobsResponse.Types.CommuteInfo)

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

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
Google.Protobuf.WellKnownTypes.Duration