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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `CommuteInfo` class, which is part of the Google Cloud Talent V4 API, specifically within the `SearchJobsResponse.Types` namespace."],["The `CommuteInfo` class provides information about commute details related to a job, which is essential for understanding the accessibility of a job location."],["The `CommuteInfo` class can be implemented with `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `JobLocation`, a location used as a destination in commute calculations, and `TravelDuration`, which represents the time it takes to travel to the job location."],["The webpage contains a history of versions from 1.0.0 up to the current latest 2.7.0 for the `CommuteInfo` class documentation."]]],[]]