toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (csvDelimiter != null) 'csvDelimiter': csvDelimiter!,
      if (dimensions != null) 'dimensions': dimensions!,
      if (displayName != null) 'displayName': displayName!,
      if (envgroupHostname != null) 'envgroupHostname': envgroupHostname!,
      if (filter != null) 'filter': filter!,
      if (groupByTimeUnit != null) 'groupByTimeUnit': groupByTimeUnit!,
      if (limit != null) 'limit': limit!,
      if (metrics != null) 'metrics': metrics!,
      if (mimeType != null) 'mimeType': mimeType!,
      if (reportDefinitionId != null)
        'reportDefinitionId': reportDefinitionId!,
      if (timeRange != null) 'timeRange': timeRange!,
    };