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