DevicesGetAllDevicesNextResponse type
包含 getAllDevicesNext作的响应数据。
type DevicesGetAllDevicesNextResponse = PageableListOfDevices & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDevices
}
}