Google Cloud Talent Solution v4 API - Class DeviceInfo (2.5.0)

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.

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
DeviceInfoTypesDeviceType

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