DevicesGetDeviceClassInstallableUpdatesResponse type
Содержит данные ответа для операции getDeviceClassInstallableUpdates.
type DevicesGetDeviceClassInstallableUpdatesResponse =
PageableListOfUpdateIds & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfUpdateIds
}
}