The quota limit. If there is no quota limit, -1 is returned.
The unit of the quota limit. For memory quotas, the unit is always "bytes". For other discrete units, the item counted is used as unit, for example "spaces".
Optional
usage?: numberThe current quota usage, if applicable. This attribute is only present if it is requested using the reportUsage query parameter.
Optional
warningThresholds?: number[]The warning thresholds at which "close to quota" warnings can be issued when exceeded. If omitted, no warning threshold shall be used. Currently, the array will contain only one threshold value. In the future, this may be extended. The threshold is a number between 0 and 1, relating to the quota limit. For example, a value of 0.9 means that a warning should be issued when exceeding 90% of the quota limit.
The unique identifier of the quota item. For example, "app_mem_size", "app_upload_disk_size", or "shared_spaces".
The resource type of the quota item. Always equal to "quotas".
The attributes of the quota.