RateLimit.

Limit Property

Summary

Gets or sets the maximum number of requests that the consumer is permitted to make per hour.
Namespace
GitReleaseManager.Core.Model
Containing Type
RateLimit

Syntax

public int Limit { get; set; }

Value

Type Description
int
GitHub