WebhookListByAutomationAccountResponse type
Berisi data respons untuk operasi listByAutomationAccount.
type WebhookListByAutomationAccountResponse = WebhookListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebhookListResult
}
}