SecurityPolicyDdosProtectionConfig.fromJson constructor
SecurityPolicyDdosProtectionConfig.fromJson(
- Map json_
Implementation
SecurityPolicyDdosProtectionConfig.fromJson(core.Map json_)
: this(
ddosProtection: json_.containsKey('ddosProtection')
? json_['ddosProtection'] as core.String
: null,
);