EnterpriseCrmLoggingGwsSanitizeOptions constructor

EnterpriseCrmLoggingGwsSanitizeOptions({
  1. bool? isAlreadySanitized,
  2. List<String>? logType,
  3. String? privacy,
  4. String? sanitizeType,
})

Implementation

EnterpriseCrmLoggingGwsSanitizeOptions({
  this.isAlreadySanitized,
  this.logType,
  this.privacy,
  this.sanitizeType,
});