ListGatewaySecurityPolicyRulesResponse constructor

ListGatewaySecurityPolicyRulesResponse({
  1. List<GatewaySecurityPolicyRule>? gatewaySecurityPolicyRules,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListGatewaySecurityPolicyRulesResponse({
  this.gatewaySecurityPolicyRules,
  this.nextPageToken,
  this.unreachable,
});