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