Freigeben über


DevicesGetGroupBestUpdatesNextResponse type

Enthält Antwortdaten für den getGroupBestUpdatesNext-Vorgang.

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