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