DataSourceSalesforceChatterFeedConfiguration

data class DataSourceSalesforceChatterFeedConfiguration(val documentDataFieldName: String, val documentTitleFieldName: String? = null, val fieldMappings: List<DataSourceToIndexFieldMapping>? = null, val includeFilterTypes: List<DataSourceSalesforceChatterFeedIncludeFilterType>? = null)

Constructors

fun DataSourceSalesforceChatterFeedConfiguration(documentDataFieldName: String, documentTitleFieldName: String? = null, fieldMappings: List<DataSourceToIndexFieldMapping>? = null, includeFilterTypes: List<DataSourceSalesforceChatterFeedIncludeFilterType>? = null)

Types

Link copied to clipboard
object Companion

Properties