Freigeben über


DevicesGetDeviceClassInstallableUpdatesNextResponse type

Enthält Antwortdaten für den Vorgang getDeviceClassInstallableUpdatesNext.

type DevicesGetDeviceClassInstallableUpdatesNextResponse =
  PageableListOfUpdateIds & {
    _response: coreHttp.HttpResponse & {
      bodyAsText: string
      parsedBody: PageableListOfUpdateIds
    }
  }