QueryApiMetricsResponse

The [QueryApiMetrics][InsightsService.QueryApiMetrics] method's response.

JSON representation
{
  "columns": [
    string
  ],
  "rows": [
    array
  ]
}
Fields
columns[]

string

Column names for the metrics in the order they appear in the response.

rows[]

array (ListValue format)

Row values returned by the query.