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