Class RateLimitReason
The rate limit reason object
Inheritance
System.Object
RateLimitReason
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.Auth
Assembly: Dropbox.Api.dll
Syntax
public class RateLimitReason
Constructors
| Improve this Doc View SourceRateLimitReason()
Initializes a new instance of the RateLimitReason class.
Declaration
public RateLimitReason()
Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public RateLimitReason.Other AsOther { get; }
Property Value
Type | Description |
---|---|
RateLimitReason.Other |
AsTooManyRequests
Gets this instance as a TooManyRequests, or null
.
Declaration
public RateLimitReason.TooManyRequests AsTooManyRequests { get; }
Property Value
Type | Description |
---|---|
RateLimitReason.TooManyRequests |
AsTooManyWriteOperations
Gets this instance as a TooManyWriteOperations, or null
.
Declaration
public RateLimitReason.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
Type | Description |
---|---|
RateLimitReason.TooManyWriteOperations |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTooManyRequests
Gets a value indicating whether this instance is TooManyRequests
Declaration
public bool IsTooManyRequests { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTooManyWriteOperations
Gets a value indicating whether this instance is TooManyWriteOperations
Declaration
public bool IsTooManyWriteOperations { get; }
Property Value
Type | Description |
---|---|
System.Boolean |