Compartir a través de


DevicesGetDeviceClassInstallableUpdatesResponse type

Contiene datos de respuesta para la operación getDeviceClassInstallableUpdates.

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