Udostępnij za pośrednictwem


DevicesGetGroupBestUpdatesResponse type

Zawiera dane odpowiedzi dla operacji getGroupBestUpdates.

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