Udostępnij przez


DevicesGetGroupBestUpdatesNextResponse type

Zawiera dane odpowiedzi dla operacji getGroupBestUpdatesNext.

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