SalesforceChatterFeedConfiguration constructor

SalesforceChatterFeedConfiguration({
  1. required String documentDataFieldName,
  2. String? documentTitleFieldName,
  3. List<DataSourceToIndexFieldMapping>? fieldMappings,
  4. List<SalesforceChatterFeedIncludeFilterType>? includeFilterTypes,
})

Implementation

SalesforceChatterFeedConfiguration({
  required this.documentDataFieldName,
  this.documentTitleFieldName,
  this.fieldMappings,
  this.includeFilterTypes,
});