UpdatesDeleteUpdateResponse type
Contains response data for the deleteUpdate operation.
type UpdatesDeleteUpdateResponse = UpdatesDeleteUpdateHeaders & {
_response: coreHttp.HttpResponse & {
parsedHeaders: UpdatesDeleteUpdateHeaders
}
}