toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (dateRanges != null) 'dateRanges': dateRanges!,
if (dimensionFilter != null) 'dimensionFilter': dimensionFilter!,
if (dimensions != null) 'dimensions': dimensions!,
if (expandGroups != null) 'expandGroups': expandGroups!,
if (includeAllUsers != null) 'includeAllUsers': includeAllUsers!,
if (limit != null) 'limit': limit!,
if (metricFilter != null) 'metricFilter': metricFilter!,
if (metrics != null) 'metrics': metrics!,
if (offset != null) 'offset': offset!,
if (orderBys != null) 'orderBys': orderBys!,
if (returnEntityQuota != null) 'returnEntityQuota': returnEntityQuota!,
if (timeZone != null) 'timeZone': timeZone!,
};