AccountCount
I risultati vengono conteggiati per ogni account.
Rappresentazione JSON |
{
"account": {
object (UserInfo )
},
"count": string
} |
Campi |
account |
object (UserInfo )
Proprietario dell'account.
|
count |
string (int64 format)
Il numero di risultati (messaggi o file) trovati per questo account.
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-10-18 UTC.
[null,null,["Ultimo aggiornamento 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"]]