Freigeben über


DevicesGetGroupBestUpdatesResponse type

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

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