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."],[[["This page details the `DeviceInfo` class within the `Google.Cloud.Talent.V4` namespace, which is used to gather information about the job seeker's device to improve search result quality."],["The `DeviceInfo` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has multiple versions ranging from 1.0.0 to 2.7.0, with the latest being 2.7.0."],["`DeviceInfo` objects can be created using either the default constructor or a copy constructor that takes another `DeviceInfo` object as a parameter."],["The class includes two key properties: `DeviceType`, which defines the type of the device, and `Id`, which represents a unique device-specific identifier."],["The `Google.Cloud.Talent.V4.dll` assembly contains this class and its related information."]]],[]]