public sealed class DeviceInfo : IMessage<DeviceInfo>, IEquatable<DeviceInfo>, IDeepCloneable<DeviceInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class DeviceInfo.
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."],[[["The `DeviceInfo` class in the Google Cloud Talent Solution v4beta1 API collects information about the device used by job seekers or candidates, which helps improve search result quality."],["`DeviceInfo` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling and object manipulation."],["The `DeviceInfo` class has two constructors: a default constructor and a copy constructor that accepts another `DeviceInfo` object as a parameter."],["It contains two key properties: `DeviceType`, which specifies the type of the device, and `Id`, which is a unique identifier for the device."],["The `DeviceInfo` class is found in the `Google.Cloud.Talent.V4Beta1` namespace within the `Google.Cloud.Talent.V4Beta1.dll` assembly."]]],[]]