DevicesGetDeviceClassInstallableUpdatesResponse type
包含 getDeviceClassInstallableUpdates作的响应数据。
type DevicesGetDeviceClassInstallableUpdatesResponse =
PageableListOfUpdateIds & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfUpdateIds
}
}