Condividi tramite


DevicesGetDeviceClassDeviceIdsNextResponse type

Contiene i dati di risposta per l'operazione getDeviceClassDeviceIdsNext.

type DevicesGetDeviceClassDeviceIdsNextResponse = PageableListOfStrings & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfStrings
  }
}