DevicesGetDeviceClassInstallableUpdatesNextResponse type
Contiene i dati di risposta per l'operazione getDeviceClassInstallableUpdatesNext.
type DevicesGetDeviceClassInstallableUpdatesNextResponse =
PageableListOfUpdateIds & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfUpdateIds
}
}