toJson method

Map<String, dynamic> toJson()

Implementation

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