# Quota
## Properties
**account_id** | Option<**String**> | The account ID of the owner of the quotas. | [optional]
**description** | Option<**String**> | The description of the quota. | [optional]
**max_value** | Option<**i32**> | The maximum value of the quota for the account (if there is no limit, `0`). | [optional]
**name** | Option<**String**> | The unique name of the quota. | [optional]
**quota_collection** | Option<**String**> | The group name of the quota. | [optional]
**short_description** | Option<**String**> | The description of the quota. | [optional]
**used_value** | Option<**i32**> | The limit value currently used by the account. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)