IngestionConfig constructor

IngestionConfig({
  1. List<StaticTag>? staticTags,
})

Returns a new IngestionConfig instance.

Implementation

IngestionConfig({
  this.staticTags,
});