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.
Implements
IMessage<DeviceInfo>, IEquatable<DeviceInfo>, IDeepCloneable<DeviceInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.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 |