DevicesGetDeviceClassInstallableUpdatesResponse type
Contains response data for the getDeviceClassInstallableUpdates operation.
type DevicesGetDeviceClassInstallableUpdatesResponse =
PageableListOfUpdateIds & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfUpdateIds
}
}