Response message for QueryDomainStats.
| JSON representation |
|---|
{
"domainStats": [
{
object ( |
| Fields | |
|---|---|
domainStats[] |
The list of domain statistics. Each DomainStat object contains the value for a metric requested in the QueryDomainStatsRequest. |
nextPageToken |
Token to retrieve the next page of results, or empty if there are no more results in the list. |
DomainStat
Email statistics for a domain for a specified time period or date.
| JSON representation |
|---|
{ "name": string, "value": { object ( |
| Fields | |
|---|---|
name |
Output only. The resource name of the DomainStat resource. Format: domains/{domain}/domainStats/{domain_stat} The |
value |
The value of the corresponding metric. |
date |
Optional. The specific date for these stats, if granularity is DAILY. This field is populated if the QueryDomainStatsRequest specified a DAILY aggregation granularity. |
metric |
The user-defined name from MetricDefinition.name in the request, used to correlate this result with the requested metric. |
StatisticValue
The actual value of a statistic.
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field value. The specific value of the statistic. value can be only one of the following: |
|
intValue |
Integer value. |
doubleValue |
Double value. |
stringValue |
String value. |
floatValue |
Float value. |
stringList |
List of string values. |
StringList
Represents a list of strings.
| JSON representation |
|---|
{ "values": [ string ] } |
| Fields | |
|---|---|
values[] |
The string values. |