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