StatisticsListByAutomationAccountResponse type
Содержит данные ответа для операции listByAutomationAccount.
type StatisticsListByAutomationAccountResponse = StatisticsListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StatisticsListResult
}
}