DevicesGetDeviceClassInstallableUpdatesResponse type

getDeviceClassInstallableUpdates 操作の応答データが含まれます。

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