본문으로 건너뛰기

CleanupStatusResponse

Asynchronous resource-cleanup status with offsets, timing, resource identity, and an optional failure description.

stateState (string)필수
offsets object필수
property name*integer
description object
하나 이상(anyOf)
string
start_time object
하나 이상(anyOf)
integer
end_time object
하나 이상(anyOf)
integer
resource_kind object
하나 이상(anyOf)
string
resource_id object
하나 이상(anyOf)
string
resource_name object
하나 이상(anyOf)
string
collection_id object
하나 이상(anyOf)
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"
}