DevicesGetDeviceClassInstallableUpdatesNextResponse type

Contains response data for the getDeviceClassInstallableUpdatesNext operation.

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