RateLimit Class

Namespace
GitReleaseManager.Core.Model
Base Types
  • object
graph BT Type-->Base0["object"] Type["RateLimit"] class Type type-node

Syntax

public class RateLimit

Properties

Name Value Summary
Limit int
Gets or sets the maximum number of requests that the consumer is permitted to make per hour.
Remaining int
Gets or sets the number of requests remaining in the current rate limit window.
Reset DateTimeOffset
Gets or sets the date and time at which the current rate limit window resets.
GitHub