DevicesGetGroupBestUpdatesNextResponse type
包含 getGroupBestUpdatesNext作的响应数据。
type DevicesGetGroupBestUpdatesNextResponse = PageableListOfUpdatableDevices & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfUpdatableDevices
}
}