ResponsePolicyRuleLocalData constructor

ResponsePolicyRuleLocalData({
  1. List<ResourceRecordSet>? localDatas,
})

Implementation

ResponsePolicyRuleLocalData({
  this.localDatas,
});