Table of Contents

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

string

Period

Remaining

Gets or sets the Remaining Limit.

public string? Remaining { get; set; }

Property Value

string

Remaining

Reset

Gets or sets the Reset value.

public string? Reset { get; set; }

Property Value

string

Reset

RetryAfter

Gets or sets the Retry After value.

public string? RetryAfter { get; set; }

Property Value

string

RetryAfter