Sha256: 0269940af60da9691bb8afbc80a769761a5c1f9e65fd5234fd8bd754cfbc226b
Contents?: true
Size: 878 Bytes
Versions: 17
Compression:
Stored size: 878 Bytes
Contents
# 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]
Version data entries
17 entries across 17 versions & 1 rubygems