MetricsRow

Represents a row of dimensions and metrics.

JSON representation
{
  "aggregationPeriod": enum (AggregationPeriod),
  "startTime": {
    object (DateTime)
  },
  "dimensions": [
    {
      object (DimensionValue)
    }
  ],
  "metrics": [
    {
      object (MetricValue)
    }
  ]
}
Fields
aggregationPeriod

enum (AggregationPeriod)

Granularity of the aggregation period of the row.

startTime

object (DateTime)

Starting date (and time for hourly aggregation) of the period covered by this row.

dimensions[]

object (DimensionValue)

Dimension columns in the row.

metrics[]

object (MetricValue)

Metric columns in the row.