RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Public Attributes | List of all members
RiotNet.RateLimitRule Class Reference

Represents a single rule of a rate limit. More...

Public Attributes

double Duration
 The duration of the rate limit, in seconds. More...
 
int Limit
 The maximum number of requests that can be sent within the period. More...
 

Detailed Description

Represents a single rule of a rate limit.

Member Data Documentation

double RiotNet.RateLimitRule.Duration

The duration of the rate limit, in seconds.

int RiotNet.RateLimitRule.Limit

The maximum number of requests that can be sent within the period.


The documentation for this class was generated from the following file: