toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final attributionScoreSkewThresholds = this.attributionScoreSkewThresholds;
final defaultSkewThreshold = this.defaultSkewThreshold;
final skewThresholds = this.skewThresholds;
return {
'attributionScoreSkewThresholds': ?attributionScoreSkewThresholds,
'defaultSkewThreshold': ?defaultSkewThreshold,
'skewThresholds': ?skewThresholds,
};
}