CleanupStatusResponse
Asynchronous resource-cleanup status with offsets, timing, resource identity, and an optional failure description.
stateState (string)required
offsets objectrequired
property name*integer
description object
anyOf
- string
- null
string
start_time object
anyOf
- integer
- null
integer
end_time object
anyOf
- integer
- null
integer
resource_kind object
anyOf
- string
- null
string
resource_id object
anyOf
- string
- null
string
resource_name object
anyOf
- string
- null
string
collection_id object
anyOf
- string
- null
string
CleanupStatusResponse
{
"state": "string",
"offsets": {},
"description": "string",
"start_time": 0,
"end_time": 0,
"resource_kind": "string",
"resource_id": "string",
"resource_name": "string",
"collection_id": "string"
}