SapMonitorsListNextResponse type
Contains response data for the listNext operation.
type SapMonitorsListNextResponse = SapMonitorListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SapMonitorListResult
}
}