DevicesGetDeviceClassInstallableUpdatesResponse type
Contém dados de resposta para a operação getDeviceClassInstallableUpdates.
type DevicesGetDeviceClassInstallableUpdatesResponse =
PageableListOfUpdateIds & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfUpdateIds
}
}