Sdílet prostřednictvím


DevicesGetDeviceClassInstallableUpdatesNextResponse type

Obsahuje data odpovědi pro operaci getDeviceClassInstallableUpdatesNext.

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