DataCollectionOptions constructor

DataCollectionOptions({
  1. bool? diagnosticsEventsEnabled,
  2. bool? healthMonitoringEnabled,
  3. bool? incidentLogsEnabled,
})

Implementation

DataCollectionOptions({
  this.diagnosticsEventsEnabled,
  this.healthMonitoringEnabled,
  this.incidentLogsEnabled,
});