object UserQuota
Fields
| Field | Type | Description |
|---|---|---|
is_expired | Boolean | DEPRECATED There's no time window anymore, this will be always False |
expiration_date | ISODateTime | DEPRECATED There's no time window anymore, this will be always empty |
time_remaining | String | DEPRECATED There's no time window anymore, this will be always empty |
credits_remaining | Int | |
max_available | Int | |
increment_rate | Int |
Referenced By
- user_quota Query
Example
{
"is_expired": true,
"expiration_date": "abc123",
"time_remaining": "abc123",
"credits_remaining": 987,
"max_available": 987,
"increment_rate": 987
}