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.V4Beta1` namespace collects data from job seekers to improve search result quality."],["This class is part of the `Google.Cloud.Talent.V4Beta1.dll` assembly and version 2.0.0-beta07, with the latest version being 3.0.0-beta06."],["`DeviceInfo` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `DeviceType` to specify the type of device and `Id` for a unique device identifier."],["The class contains 2 constructors, one to create an empty DeviceInfo and another that takes another `DeviceInfo` to copy."]]],[]]