public sealed class DeviceInfo : IMessage<DeviceInfo>, IEquatable<DeviceInfo>, IDeepCloneable<DeviceInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 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.
Implements
IMessage<DeviceInfo>, IEquatable<DeviceInfo>, IDeepCloneable<DeviceInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
DeviceInfo()
public DeviceInfo()
DeviceInfo(DeviceInfo)
public DeviceInfo(DeviceInfo other)
Parameter | |
---|---|
Name | Description |
other | DeviceInfo |
Properties
DeviceType
public DeviceInfo.Types.DeviceType DeviceType { get; set; }
Type of the device.
Property Value | |
---|---|
Type | Description |
DeviceInfo.Types.DeviceType |
Id
public string Id { get; set; }
A device-specific ID. The ID must be a unique identifier that distinguishes the device from other devices.
Property Value | |
---|---|
Type | Description |
String |