SecurityPolicyDdosProtectionConfig.fromJson constructor

SecurityPolicyDdosProtectionConfig.fromJson(
  1. Map json_
)

Implementation

SecurityPolicyDdosProtectionConfig.fromJson(core.Map json_)
  : this(
      ddosAdaptiveProtection: json_['ddosAdaptiveProtection'] as core.String?,
      ddosImpactedBaselineThreshold:
          (json_['ddosImpactedBaselineThreshold'] as core.num?)?.toDouble(),
      ddosProtection: json_['ddosProtection'] as core.String?,
    );