ApigatewayAuditConfig constructor
ApigatewayAuditConfig({
- List<
ApigatewayAuditLogConfig> ? auditLogConfigs, - String? service,
Implementation
ApigatewayAuditConfig({
this.auditLogConfigs,
this.service,
});