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 v4beta1 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 v4beta1 API."],["The `CommuteInfo` class encapsulates details related to job commute information and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CommuteInfo` class offers two constructors: a default constructor and one that takes another `CommuteInfo` object as a parameter."],["The class includes two properties: `JobLocation` which determines the destination for the commute calculation, and `TravelDuration` which specifies the time required to reach the job from the query location."]]],[]]