ModuleListByAutomationAccountNextResponse type
Berisi data respons untuk operasi listByAutomationAccountNext.
type ModuleListByAutomationAccountNextResponse = ModuleListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModuleListResult
}
}