共用方式為


WebhookListByAutomationAccountNextResponse type

包含 listByAutomationAccountNext 作業的回應資料。

type WebhookListByAutomationAccountNextResponse = WebhookListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: WebhookListResult
  }
}