DevicesGetGroupBestUpdatesResponse type
Bevat antwoordgegevens voor de bewerking getGroupBestUpdates.
type DevicesGetGroupBestUpdatesResponse = PageableListOfUpdatableDevices & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfUpdatableDevices
}
}