AuditLogConfig constructor

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

Implementation

AuditLogConfig({
  this.exemptedMembers = const [],
  this.ignoreChildExemptions,
  this.logType,
}) : super(fullyQualifiedName);