CloudsmithApi::RateCheck

Properties

Name Type Description Notes
interval Float The time in seconds that you are suggested to wait until the next request in order to avoid consuming too much within the rate limit window. [optional]
limit Integer The maximum number of requests that you are permitted to send per hour [optional]
remaining Integer The number of requests that are remaining in the current rate limit window [optional]
reset Integer The UTC epoch timestamp at which the current rate limit window will reset [optional]
reset_iso_8601 String The ISO 8601 datetime at which the current rate limit window will reset [optional]
throttled BOOLEAN If true, throttling is currently being enforced. [optional]