Partager via


DevicesGetDeviceClassInstallableUpdatesNextResponse type

Contient des données de réponse pour l’opération getDeviceClassInstallableUpdatesNext.

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