Class RateLimitInfo
- Namespace
- Geotab.Checkmate.ObjectModel.Web
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Information about the rate limits.
public class RateLimitInfo
- Inheritance
-
RateLimitInfo
- Inherited Members
Constructors
RateLimitInfo()
public RateLimitInfo()
Properties
Period
Gets or sets the Period.
public string? Period { get; set; }
Property Value
Remaining
Gets or sets the Remaining Limit.
public string? Remaining { get; set; }
Property Value
Reset
Gets or sets the Reset value.
public string? Reset { get; set; }
Property Value
RetryAfter
Gets or sets the Retry After value.
public string? RetryAfter { get; set; }