DevicesGetDeviceClassInstallableUpdatesNextResponse type
包含 getDeviceClassInstallableUpdatesNext 作業的回應資料。
type DevicesGetDeviceClassInstallableUpdatesNextResponse =
PageableListOfUpdateIds & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfUpdateIds
}
}