Class DeviceInfo (1.2.0)

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.

Inheritance

Object > DeviceInfo

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

DeviceInfo()

public DeviceInfo()

DeviceInfo(DeviceInfo)

public DeviceInfo(DeviceInfo other)
Parameter
NameDescription
otherDeviceInfo

Properties

DeviceType

public DeviceInfo.Types.DeviceType DeviceType { get; set; }

Type of the device.

Property Value
TypeDescription
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
TypeDescription
String