DevicesGetAllDevicesResponse type
Contiene i dati di risposta per l'operazione getAllDevices.
type DevicesGetAllDevicesResponse = PageableListOfDevices & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDevices
}
}