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-03-21 UTC."],[[["This webpage details the `DeviceInfo` class within the `Google.Cloud.Talent.V4` namespace, which is used to gather device information from users during job searches to enhance the quality of search results."],["The `DeviceInfo` class is part of the `Google.Cloud.Talent.V4.dll` assembly and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `Object` class."],["The class offers two constructors, a default one and another that accepts a `DeviceInfo` object as a parameter, allowing the creation of new instances and cloning existing ones."],["`DeviceInfo` class contains properties for `DeviceType`, which determines the type of device, and `Id`, which represents a unique, device-specific identifier."],["The content covers various versions of the `DeviceInfo` documentation, with the latest being 2.7.0, while also displaying versions from 2.6.0 down to 1.0.0."]]],[]]