Class UploadApiRateLimitValue
The value for Feature.UploadApiRateLimit.
Inheritance
System.Object
UploadApiRateLimitValue
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class UploadApiRateLimitValue
Constructors
| Improve this Doc View SourceUploadApiRateLimitValue()
Initializes a new instance of the UploadApiRateLimitValue class.
Declaration
public UploadApiRateLimitValue()
Properties
| Improve this Doc View SourceAsLimit
Gets this instance as a Limit, or null
.
Declaration
public UploadApiRateLimitValue.Limit AsLimit { get; }
Property Value
Type | Description |
---|---|
UploadApiRateLimitValue.Limit |
AsOther
Gets this instance as a Other, or null
.
Declaration
public UploadApiRateLimitValue.Other AsOther { get; }
Property Value
Type | Description |
---|---|
UploadApiRateLimitValue.Other |
AsUnlimited
Gets this instance as a Unlimited, or null
.
Declaration
public UploadApiRateLimitValue.Unlimited AsUnlimited { get; }
Property Value
Type | Description |
---|---|
UploadApiRateLimitValue.Unlimited |
IsLimit
Gets a value indicating whether this instance is Limit
Declaration
public bool IsLimit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnlimited
Gets a value indicating whether this instance is Unlimited
Declaration
public bool IsUnlimited { get; }
Property Value
Type | Description |
---|---|
System.Boolean |