AccountCount
Los resultados se cuentan para cada cuenta.
Representación JSON |
{
"account": {
object (UserInfo )
},
"count": string
} |
Campos |
account |
object (UserInfo )
Propietario de la cuenta.
|
count |
string (int64 format)
Es la cantidad de resultados (mensajes o archivos) que se encontraron para esta cuenta.
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-10-18 (UTC)
[null,null,["Última actualización: 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"]]