# Quota
## Properties
**id** | Option<**i32**> | ID of the quota | [optional]
**r#ref** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | | [optional]
**hard** | Option<**std::collections::HashMap<String, i64>**> | | [optional]
**used** | Option<**std::collections::HashMap<String, i64>**> | | [optional]
**creation_time** | Option<**String**> | the creation time of the quota | [optional]
**update_time** | Option<**String**> | the update time of the quota | [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)