ResponsePolicyRule constructor
      
      ResponsePolicyRule({ 
    
    
- String? behavior,
 - String? dnsName,
 - String? kind,
 - ResponsePolicyRuleLocalData? localData,
 - String? ruleName,
 
Implementation
ResponsePolicyRule({
  this.behavior,
  this.dnsName,
  this.kind,
  this.localData,
  this.ruleName,
});