AccountCount
Kết quả được tính cho từng tài khoản.
Biểu diễn dưới dạng JSON |
{
"account": {
object (UserInfo )
},
"count": string
} |
Trường |
account |
object (UserInfo )
Chủ sở hữu tài khoản.
|
count |
string (int64 format)
Số kết quả (tin nhắn hoặc tệp) tìm thấy cho tài khoản này.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-10-18 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-10-18 UTC."],[[["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"]]