StorageInfo

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"
    }
}
total
Optional

total

used
Optional

used

Property Of