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 v4 API class SearchJobsResponse.Types.CommuteInfo.
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-03-21 UTC."],[[["This document provides reference information for the `SearchJobsResponse.Types.CommuteInfo` class within the Google Cloud Talent Solution v4 API."],["The `CommuteInfo` class represents commute details related to a job, including job location and travel duration."],["This is specifically for version 2.3.0, but links to other versions from 1.0.0 to 2.7.0 are available for `SearchJobsResponse.Types.CommuteInfo`."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The two properties within the class are `JobLocation` of type location, which is the location used in the commute calculation, and `TravelDuration` of type duration, which is the amount of seconds it takes to commute."]]],[]]