DevicesGetDeviceClassInstallableUpdatesNextResponse type

getDeviceClassInstallableUpdatesNext 操作の応答データを格納します。

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