ConfluenceSpaceToIndexFieldMapping constructor

ConfluenceSpaceToIndexFieldMapping({
  1. ConfluenceSpaceFieldName? dataSourceFieldName,
  2. String? dateFieldFormat,
  3. String? indexFieldName,
})

Implementation

ConfluenceSpaceToIndexFieldMapping({
  this.dataSourceFieldName,
  this.dateFieldFormat,
  this.indexFieldName,
});