toJson method

Map<String, dynamic> toJson()

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,
  };
}