Freigeben über


WebhookListByAutomationAccountNextResponse type

Enthält Antwortdaten für den ListByAutomationAccountNext-Vorgang.

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