Python2PackageListByAutomationAccountNextResponse type
listByAutomationAccountNext 操作の応答データを格納します。
type Python2PackageListByAutomationAccountNextResponse = ModuleListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModuleListResult
}
}