WebhookListByAutomationAccountResponse type

Contains response data for the listByAutomationAccount operation.

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