AuditLogConfig constructor

AuditLogConfig({
  1. List<String>? exemptedMembers,
  2. String? logType,
})

Implementation

AuditLogConfig({
  this.exemptedMembers,
  this.logType,
});