toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (exportFullContent != null) 'exportFullContent': exportFullContent!,
if (gcsDestination != null) 'gcsDestination': gcsDestination!,
if (smartMessagingPartialUpdate != null)
'smartMessagingPartialUpdate': smartMessagingPartialUpdate!,
};