DevicesGetGroupBestUpdatesNextResponse type
Contém dados de resposta para a operação getGroupBestUpdatesNext.
type DevicesGetGroupBestUpdatesNextResponse = PageableListOfUpdatableDevices & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfUpdatableDevices
}
}