public sealed class DeviceInfo : IMessage<DeviceInfo>, IEquatable<DeviceInfo>, IDeepCloneable<DeviceInfo>, IBufferMessage, IMessage
Device information collected from the job seeker, candidate, or
other entity conducting the job search. Providing this information improves
the quality of the search results across devices.
[[["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."],[[["The `DeviceInfo` class in the `Google.Cloud.Talent.V4` namespace captures details about the device used by a job seeker or candidate during a job search."],["This class offers various implementations like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage` to support its functionality."],["The latest version available is 2.7.0, and it can be seen there are many previous versions all the way back to 1.0.0, providing a full version history."],["`DeviceInfo` can improve search result quality by collecting information about the type of device being used, as well as the device-specific identifier, as can be seen from the properties that are provided."]]],[]]