Class DeviceApprovalsChangeOverageActionDetails
Changed device approvals setting when member is over limit.
Inheritance
System.Object
DeviceApprovalsChangeOverageActionDetails
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 DeviceApprovalsChangeOverageActionDetails
Constructors
| Improve this Doc View SourceDeviceApprovalsChangeOverageActionDetails(RolloutMethod, RolloutMethod)
Initializes a new instance of the DeviceApprovalsChangeOverageActionDetails class.
Declaration
public DeviceApprovalsChangeOverageActionDetails(RolloutMethod newValue = null, RolloutMethod previousValue = null)
Parameters
Type | Name | Description |
---|---|---|
RolloutMethod | newValue | New over the limits policy. Might be missing due to historical data gap. |
RolloutMethod | previousValue | Previous over the limit policy. Might be missing due to historical data gap. |
Properties
| Improve this Doc View SourceNewValue
New over the limits policy. Might be missing due to historical data gap.
Declaration
public RolloutMethod NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
RolloutMethod |
PreviousValue
Previous over the limit policy. Might be missing due to historical data gap.
Declaration
public RolloutMethod PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
RolloutMethod |