Python2PackageListByAutomationAccountResponse type
Obsahuje data odpovědi pro operaci listByAutomationAccount.
type Python2PackageListByAutomationAccountResponse = ModuleListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModuleListResult
}
}