toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (attributionScoreDriftThresholds != null)
'attributionScoreDriftThresholds': attributionScoreDriftThresholds!,
if (defaultDriftThreshold != null)
'defaultDriftThreshold': defaultDriftThreshold!,
if (driftThresholds != null) 'driftThresholds': driftThresholds!,
};