toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (name != null) 'name': name!,
if (reportingDimensionId != null)
'reportingDimensionId': reportingDimensionId!,
if (uriPattern != null) 'uriPattern': uriPattern!,
};