DevicesGetDeviceClassInstallableUpdatesNextResponse type
getDeviceClassInstallableUpdatesNext işlemi için yanıt verilerini içerir.
type DevicesGetDeviceClassInstallableUpdatesNextResponse =
PageableListOfUpdateIds & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfUpdateIds
}
}