| Index: generated/googleapis/lib/analyticsreporting/v4.dart
|
| diff --git a/generated/googleapis/lib/analyticsreporting/v4.dart b/generated/googleapis/lib/analyticsreporting/v4.dart
|
| index f3d2c220cf572dadea273b5fca1d270b6691a532..8df2d1228772309f3c8083272e995175d76aba11 100644
|
| --- a/generated/googleapis/lib/analyticsreporting/v4.dart
|
| +++ b/generated/googleapis/lib/analyticsreporting/v4.dart
|
| @@ -991,7 +991,8 @@ class Pivot {
|
| core.List<DimensionFilterClause> dimensionFilterClauses;
|
| /**
|
| * A list of dimensions to show as pivot columns. A Pivot can have a maximum
|
| - * of 4 dimensions.
|
| + * of 4 dimensions. Pivot dimensions are part of the restriction on the
|
| + * total number of dimensions allowed in the request.
|
| */
|
| core.List<Dimension> dimensions;
|
| /**
|
| @@ -1001,7 +1002,7 @@ class Pivot {
|
| core.int maxGroupCount;
|
| /**
|
| * The pivot metrics. Pivot metrics are part of the
|
| - * restriction on total number of metrics in the request.
|
| + * restriction on total number of metrics allowed in the request.
|
| */
|
| core.List<Metric> metrics;
|
| /**
|
|
|