Sdílet prostřednictvím


DevicesGetGroupBestUpdatesResponse type

Obsahuje data odpovědi pro operaci getGroupBestUpdates.

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