Class DeviceApprovalsChangeUnlinkActionDetails
Changed device approvals setting when member unlinks approved device.
Inheritance
System.Object
DeviceApprovalsChangeUnlinkActionDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DeviceApprovalsChangeUnlinkActionDetails
Constructors
| Improve this Doc View SourceDeviceApprovalsChangeUnlinkActionDetails(DeviceUnlinkPolicy, DeviceUnlinkPolicy)
Initializes a new instance of the DeviceApprovalsChangeUnlinkActionDetails class.
Declaration
public DeviceApprovalsChangeUnlinkActionDetails(DeviceUnlinkPolicy newValue = null, DeviceUnlinkPolicy previousValue = null)
Parameters
Type | Name | Description |
---|---|---|
DeviceUnlinkPolicy | newValue | New device unlink policy. Might be missing due to historical data gap. |
DeviceUnlinkPolicy | previousValue | Previous device unlink policy. Might be missing due to historical data gap. |
Properties
| Improve this Doc View SourceNewValue
New device unlink policy. Might be missing due to historical data gap.
Declaration
public DeviceUnlinkPolicy NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
DeviceUnlinkPolicy |
PreviousValue
Previous device unlink policy. Might be missing due to historical data gap.
Declaration
public DeviceUnlinkPolicy PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
DeviceUnlinkPolicy |