Partager via


DevicesGetDeviceClassDeviceIdsResponse type

Contient les données de réponse pour l’opération getDeviceClassDeviceIDS.

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