DevicesGetAllDeviceClassesNextResponse type
Enthält Antwortdaten für den getAllDeviceClassesNext-Vorgang.
type DevicesGetAllDeviceClassesNextResponse = PageableListOfDeviceClasses & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeviceClasses
}
}