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