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