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