Aracılığıyla paylaş


DevicesGetGroupBestUpdatesResponse type

getGroupBestUpdates işleminin yanıt verilerini içerir.

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