Document Attachments Source
data class DocumentAttachmentsSource(val key: String, val name: String? = null, val values: List<String>)
Properties
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.