Compartir a través de


DevicesGetDeviceClassDeviceIdsResponse type

Contiene datos de respuesta para la operación getDeviceClassDeviceIds.

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