DevicesGetGroupBestUpdatesResponse type
Contains response data for the getGroupBestUpdates operation.
type DevicesGetGroupBestUpdatesResponse = PageableListOfUpdatableDevices & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfUpdatableDevices
}
}