DevicesGetAllDeviceClassesNextResponse type
Contains response data for the getAllDeviceClassesNext operation.
type DevicesGetAllDeviceClassesNextResponse = PageableListOfDeviceClasses & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeviceClasses
}
}