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