ResponsePolicyRule constructor

ResponsePolicyRule({
  1. String? behavior,
  2. String? dnsName,
  3. String? kind,
  4. ResponsePolicyRuleLocalData? localData,
  5. String? ruleName,
})

Implementation

ResponsePolicyRule({
  this.behavior,
  this.dnsName,
  this.kind,
  this.localData,
  this.ruleName,
});