AI-generated Key Takeaways
-
The JSON representation of an activity group includes filters, metric names, and a kind field.
-
The
filtersfield is a list of DimensionValue objects representing activity filters. -
The
metricNamesfield is a list of strings representing floodlight activity metrics. -
The
kindfield is a string indicating the resource type asdfareporting#activities.
Represents an activity group.
| JSON representation |
|---|
{
"filters": [
{
object ( |
| Fields | |
|---|---|
filters[] |
List of activity filters. The dimension values need to be all either of type "dfa:activity" or "dfa:activityGroup". |
metricNames[] |
List of names of floodlight activity metrics. |
kind |
The kind of resource this is, in this case
. |