共用方式為


UpdatesDeleteUpdateResponse type

包含 deleteUpdate作的響應數據。

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