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 latest version of the `Google.Cloud.Talent.V4.DeviceInfo` is 2.7.0, with several previous versions available for reference, down to version 1.0.0."],["The `DeviceInfo` class, part of the `Google.Cloud.Talent.V4` namespace and found in the `Google.Cloud.Talent.V4.dll` assembly, collects data from job seekers to improve search quality."],["The `DeviceInfo` class inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DeviceInfo` objects can be constructed via an empty constructor, or with another `DeviceInfo` object, offering several methods from its inheritance."],["`DeviceInfo` has two properties: `DeviceType`, which is an enum of the type of the device, and `Id`, which is a string representing a device-specific unique identifier."]]],[]]