Compartir a través de


DevicesGetDeviceClassDeviceIdsNextResponse type

Contiene datos de respuesta para la operación getDeviceClassDeviceIdsNext.

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