DocumentAttachmentsSource

data class DocumentAttachmentsSource(val key: String, val name: String? = null, val values: List<String>)

Constructors

Link copied to clipboard
constructor(key: String, name: String? = null, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key describing the location of an attachment to a document. Valid key types include: SourceUrl and S3FileUrl

Link copied to clipboard
val name: String? = null

The name of the document attachment file

Link copied to clipboard

The value describing the location of an attachment to a document