public sealed class CommuteInfo : IMessage<SearchJobsResponse.Types.CommuteInfo>, IEquatable<SearchJobsResponse.Types.CommuteInfo>, IDeepCloneable<SearchJobsResponse.Types.CommuteInfo>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides details on the \u003ccode\u003eCommuteInfo\u003c/code\u003e class, which is part of the \u003ccode\u003eGoogle.Cloud.Talent.V4Beta1\u003c/code\u003e namespace and is used to represent commute details related to a job.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCommuteInfo\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing it to integrate with protocol buffers and enable deep cloning.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCommuteInfo\u003c/code\u003e has two constructors: a default constructor, and one that accepts another \u003ccode\u003eCommuteInfo\u003c/code\u003e instance as a parameter for creating a new instance based on the provided instance.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two primary properties: \u003ccode\u003eJobLocation\u003c/code\u003e, a \u003ccode\u003eLocation\u003c/code\u003e type property, which represents the destination used in commute calculations, and \u003ccode\u003eTravelDuration\u003c/code\u003e, a \u003ccode\u003eDuration\u003c/code\u003e type property, which represents the required travel time to reach the job location.\u003c/p\u003e\n"]]],[],null,[]]