ConfluenceAttachmentConfiguration constructor

ConfluenceAttachmentConfiguration({
  1. List<ConfluenceAttachmentToIndexFieldMapping>? attachmentFieldMappings,
  2. bool? crawlAttachments,
})

Implementation

ConfluenceAttachmentConfiguration({
  this.attachmentFieldMappings,
  this.crawlAttachments,
});