Class CustomQuotaResult.Success
User's custom quota.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class CustomQuotaResult.Success : CustomQuotaResult
Constructors
View SourceSuccess(UserCustomQuotaResult)
Initializes a new instance of the CustomQuotaResult.Success class.
Declaration
public Success(UserCustomQuotaResult value)
Parameters
| Type | Name | Description |
|---|---|---|
| UserCustomQuotaResult | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public UserCustomQuotaResult Value { get; }
Property Value
| Type | Description |
|---|---|
| UserCustomQuotaResult |