ResponsePolicyRulesListResponse constructor
ResponsePolicyRulesListResponse({
- String? nextPageToken,
- List<
ResponsePolicyRule> ? responsePolicyRules,
Implementation
ResponsePolicyRulesListResponse({
this.nextPageToken,
this.responsePolicyRules,
});