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