ListGatewaySecurityPolicyRulesResponse constructor
ListGatewaySecurityPolicyRulesResponse({
- List<
GatewaySecurityPolicyRule> ? gatewaySecurityPolicyRules, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListGatewaySecurityPolicyRulesResponse({
this.gatewaySecurityPolicyRules,
this.nextPageToken,
this.unreachable,
});