Partager via


DevicesGetDeviceClassDeviceIdsNextResponse type

Contient des données de réponse pour l’opération getDeviceClassDeviceIdsNext.

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