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 of a key-value pair that identifies the location of an attachment to the document. Valid values: SourceUrl, S3FileUrl, AttachmentReference.

Link copied to clipboard
val name: String? = null

The name of the document attachment file.

Link copied to clipboard

The value of a key-value pair that identifies the location of an attachment to the document. The argument format is a list of a single string that depends on the type of key you specify - see the API Reference for details.