Megosztás a következőn keresztül:


DevicesGetGroupBestUpdatesResponse type

A getGroupBestUpdates művelet válaszadatait tartalmazza.

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