Class MemberSpaceLimitsChangeCustomQuotaDetails
Changed custom member space limit.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MemberSpaceLimitsChangeCustomQuotaDetails
Constructors
View SourceMemberSpaceLimitsChangeCustomQuotaDetails(ulong, ulong)
Initializes a new instance of the MemberSpaceLimitsChangeCustomQuotaDetails class.
Declaration
public MemberSpaceLimitsChangeCustomQuotaDetails(ulong previousValue, ulong newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | previousValue | Previous custom quota value in bytes. |
| ulong | newValue | New custom quota value in bytes. |
Properties
View SourceNewValue
New custom quota value in bytes.
Declaration
public ulong NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong |
PreviousValue
Previous custom quota value in bytes.
Declaration
public ulong PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong |