UpdatesDeleteUpdateResponse type

deleteUpdate 操作の応答データを格納します。

type UpdatesDeleteUpdateResponse = UpdatesDeleteUpdateHeaders & {
  _response: coreHttp.HttpResponse & {
    parsedHeaders: UpdatesDeleteUpdateHeaders
  }
}