DevicesGetGroupBestUpdatesNextResponse type
Contiene i dati di risposta per l'operazione getGroupBestUpdatesNext.
type DevicesGetGroupBestUpdatesNextResponse = PageableListOfUpdatableDevices & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfUpdatableDevices
}
}