ConfluenceAttachmentToIndexFieldMapping constructor

ConfluenceAttachmentToIndexFieldMapping({
  1. ConfluenceAttachmentFieldName? dataSourceFieldName,
  2. String? dateFieldFormat,
  3. String? indexFieldName,
})

Implementation

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