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