Class UploadApiRateLimitValue.Limit
The number of upload API calls allowed per month.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class UploadApiRateLimitValue.Limit : UploadApiRateLimitValue
Constructors
View SourceLimit(uint)
Initializes a new instance of the UploadApiRateLimitValue.Limit class.
Declaration
public Limit(uint value)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public uint Value { get; }
Property Value
| Type | Description |
|---|---|
| uint |