IngressIpAllowlistConfig constructor
IngressIpAllowlistConfig({
- List<
IngressIpAllowlistRule> ? allowlistRules, - bool? enabled,
- bool? googleServicesEnabled,
Implementation
IngressIpAllowlistConfig({
this.allowlistRules,
this.enabled,
this.googleServicesEnabled,
});