Partager via


DevicesGetGroupBestUpdatesNextResponse type

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

type DevicesGetGroupBestUpdatesNextResponse = PageableListOfUpdatableDevices & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfUpdatableDevices
  }
}