QuotaLimitsResponse interface
Quota limits request response.
Properties
next |
The URI used to fetch the next page of quota limits. When there are no more pages, this is null. |
value | List of quota limits with the quota request status. |
Property Details
nextLink
The URI used to fetch the next page of quota limits. When there are no more pages, this is null.
nextLink?: string
Property Value
string
value
List of quota limits with the quota request status.
value?: CurrentQuotaLimitBase[]