Python2PackageListByAutomationAccountNextResponse type
Contains response data for the listByAutomationAccountNext operation.
type Python2PackageListByAutomationAccountNextResponse = ModuleListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModuleListResult
}
}