AuditLogConfig constructor

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

Implementation

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