DatastoreCapacityDetails
DatastoreCapacityDetails
The capacity data for a datastore.
JSON Example
{
"total_capacity": 0,
"used_space": 0
}
integer As int64 As int64
total_capacity
Optional
The total capacity.
integer As int64 As int64
used_space
Optional
The used space.