toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final appendOnly = this.appendOnly;
final blmtConfig = this.blmtConfig;
final dataFreshness = this.dataFreshness;
final merge = this.merge;
final singleTargetDataset = this.singleTargetDataset;
final sourceHierarchyDatasets = this.sourceHierarchyDatasets;
return {
'appendOnly': ?appendOnly,
'blmtConfig': ?blmtConfig,
'dataFreshness': ?dataFreshness,
'merge': ?merge,
'singleTargetDataset': ?singleTargetDataset,
'sourceHierarchyDatasets': ?sourceHierarchyDatasets,
};
}