rateLimitLimit property

int? rateLimitLimit

The maximum number of requests that the consumer is permitted to make per hour.

Updated with every request.

Will be null if no requests have been made yet.

Implementation

int? get rateLimitLimit => _rateLimitLimit;