ServiceNowServiceCatalogConfiguration constructor

ServiceNowServiceCatalogConfiguration({
  1. required String documentDataFieldName,
  2. bool? crawlAttachments,
  3. String? documentTitleFieldName,
  4. List<String>? excludeAttachmentFilePatterns,
  5. List<DataSourceToIndexFieldMapping>? fieldMappings,
  6. List<String>? includeAttachmentFilePatterns,
})

Implementation

ServiceNowServiceCatalogConfiguration({
  required this.documentDataFieldName,
  this.crawlAttachments,
  this.documentTitleFieldName,
  this.excludeAttachmentFilePatterns,
  this.fieldMappings,
  this.includeAttachmentFilePatterns,
});