共用方式為


DevicesGetDeviceClassInstallableUpdatesResponse type

包含 getDeviceClassInstallableUpdates作的響應數據。

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