LogConfigCounterOptions constructor

LogConfigCounterOptions({
  1. List<LogConfigCounterOptionsCustomField>? customFields,
  2. String? field,
  3. String? metric,
})

Implementation

LogConfigCounterOptions({
  this.customFields,
  this.field,
  this.metric,
});