Compartilhar via


WebhookListByAutomationAccountResponse type

Contém dados de resposta para a operação listByAutomationAccount.

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