Python2PackageListByAutomationAccountNextResponse type
Zawiera dane odpowiedzi dla operacji listByAutomationAccountNext.
type Python2PackageListByAutomationAccountNextResponse = ModuleListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModuleListResult
}
}