toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final exportFullContent = this.exportFullContent;
  final gcsDestination = this.gcsDestination;
  final smartMessagingPartialUpdate = this.smartMessagingPartialUpdate;
  return {
    'exportFullContent': ?exportFullContent,
    'gcsDestination': ?gcsDestination,
    'smartMessagingPartialUpdate': ?smartMessagingPartialUpdate,
  };
}