Skip to content

BaseResponse.RateLimitRemaining property

Number of request allowed within the current rate-limit period. See Rate limiting for more info.

public int? RateLimitRemaining { get; set; }

See Also