我正在使用Google Analytical API来获取链接到我的帐户的用户列表。我收到带有用户列表的成功响应,但响应中缺少实体““ webPropertyRef”:“数据。
我指的是响应表示形式here,是否是我的call中缺少的东西,它也可以返回webPropertyRef数据?
当我调用webproperties方法调用时,我获取了webPropertyRef的数据,例如下面
Webproperties properties = analytics.management().webproperties()
.list(firstAccountId).execute();```