Class DeviceLinkFailDetails
Failed to link device.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DeviceLinkFailDetails
Constructors
View SourceDeviceLinkFailDetails(DeviceType, string)
Initializes a new instance of the DeviceLinkFailDetails class.
Declaration
public DeviceLinkFailDetails(DeviceType deviceType, string ipAddress = null)
Parameters
| Type | Name | Description |
|---|---|---|
| DeviceType | deviceType | A description of the device used while user approval blocked. |
| string | ipAddress | IP address. Might be missing due to historical data gap. |
Properties
View SourceDeviceType
A description of the device used while user approval blocked.
Declaration
public DeviceType DeviceType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DeviceType |
IpAddress
IP address. Might be missing due to historical data gap.
Declaration
public string IpAddress { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |