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 job seekers or candidates to enhance the quality of job search results across multiple devices."],["The `DeviceInfo` class, found in the `Google.Cloud.Talent.V4.dll` assembly, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `DeviceInfo` class has two constructors, one default and one that takes another `DeviceInfo` instance as a parameter, and it also contains properties for `DeviceType` and `Id`."],["There are multiple versions of the `Google.Cloud.Talent.V4.DeviceInfo` available, ranging from version 1.0.0 up to the latest version 2.7.0."],["Device information such as the `Id` and `DeviceType` are collected in order to improve the overall quality of job search results."]]],[]]