toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final ddosAdaptiveProtection = this.ddosAdaptiveProtection;
  final ddosImpactedBaselineThreshold = this.ddosImpactedBaselineThreshold;
  final ddosProtection = this.ddosProtection;
  return {
    'ddosAdaptiveProtection': ?ddosAdaptiveProtection,
    'ddosImpactedBaselineThreshold': ?ddosImpactedBaselineThreshold,
    'ddosProtection': ?ddosProtection,
  };
}