AccountCount
JSON 表示法 |
{
"account": {
object (UserInfo )
},
"count": string
} |
字段 |
account |
object (UserInfo )
账号所有者。
|
count |
string (int64 format)
为此账号找到的结果(消息或文件)数。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-18。
[null,null,["最后更新时间 (UTC):2024-10-18。"],[[["The JSON response provides a structured representation of results count, categorized by individual accounts."],["Each entry in the response includes details about the account (using the `UserInfo` object) and the corresponding result count, formatted as a string."]]],["The content defines the JSON structure for representing account-specific results. Each entry includes an `account` object, detailed in the UserInfo schema, representing the account owner, and a `count` string, which is an integer representing the number of results associated with that account. This count signifies the total messages or files found for the specified account. The schema's structure is provided in a JSON format.\n"]]