Class MemberSpaceLimitsChangePolicyDetails
Changed team default member space limit.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MemberSpaceLimitsChangePolicyDetails
Constructors
View SourceMemberSpaceLimitsChangePolicyDetails(ulong?, ulong?)
Initializes a new instance of the MemberSpaceLimitsChangePolicyDetails class.
Declaration
public MemberSpaceLimitsChangePolicyDetails(ulong? previousValue = null, ulong? newValue = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong? | previousValue | Previous team default limit value in bytes. Might be missing due to historical data gap. |
| ulong? | newValue | New team default limit value in bytes. Might be missing due to historical data gap. |
Properties
View SourceNewValue
New team default limit value in bytes. Might be missing due to historical data gap.
Declaration
public ulong? NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong? |
PreviousValue
Previous team default limit value in bytes. Might be missing due to historical data gap.
Declaration
public ulong? PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong? |