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