EnterpriseCrmLoggingGwsFieldLimits constructor

EnterpriseCrmLoggingGwsFieldLimits({
  1. String? logAction,
  2. List<String>? logType,
  3. int? maxArraySize,
  4. int? maxStringLength,
  5. String? shortenerType,
})

Implementation

EnterpriseCrmLoggingGwsFieldLimits({
  this.logAction,
  this.logType,
  this.maxArraySize,
  this.maxStringLength,
  this.shortenerType,
});