toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (cohortSpec != null) 'cohortSpec': cohortSpec!,
if (currencyCode != null) 'currencyCode': currencyCode!,
if (dateRanges != null) 'dateRanges': dateRanges!,
if (dimensionFilter != null) 'dimensionFilter': dimensionFilter!,
if (dimensions != null) 'dimensions': dimensions!,
if (keepEmptyRows != null) 'keepEmptyRows': keepEmptyRows!,
if (limit != null) 'limit': limit!,
if (metricAggregations != null)
'metricAggregations': metricAggregations!,
if (metricFilter != null) 'metricFilter': metricFilter!,
if (metrics != null) 'metrics': metrics!,
if (offset != null) 'offset': offset!,
if (orderBys != null) 'orderBys': orderBys!,
if (property != null) 'property': property!,
if (returnPropertyQuota != null)
'returnPropertyQuota': returnPropertyQuota!,
};