DataSourceDocumentAttributeTarget

data class DataSourceDocumentAttributeTarget(val targetDocumentAttributeKey: String, val targetDocumentAttributeValue: DataSourceDocumentAttributeValue? = null, val targetDocumentAttributeValueDeletion: Boolean? = null)

Constructors

Link copied to clipboard
constructor(targetDocumentAttributeKey: String, targetDocumentAttributeValue: DataSourceDocumentAttributeValue? = null, targetDocumentAttributeValueDeletion: Boolean? = null)

Types

Link copied to clipboard
object Companion