StorageInfo
StorageInfo
Represents a storage metric with used and total for a resource
JSON Example
{
"total": {
"unit": "string",
"value": "number"
},
"used": {
"unit": "string",
"value": "number"
}
}