WebhookListByAutomationAccountNextResponse type

Contains response data for the listByAutomationAccountNext operation.

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