ResponsePolicyRulesListResponse constructor

ResponsePolicyRulesListResponse({
  1. ResponseHeader? header,
  2. String? nextPageToken,
  3. List<ResponsePolicyRule>? responsePolicyRules,
})

Implementation

ResponsePolicyRulesListResponse({
  this.header,
  this.nextPageToken,
  this.responsePolicyRules,
});