DocumentAttachmentsSource

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The key of a key-value pair that identifies the location of an attachment to a document.

Link copied to clipboard
val name: String? = null

The name of the document attachment file.

Link copied to clipboard
val values: List<String>? = null

The value of a key-value pair that identifies the location of an attachment to a document. The format for Value depends on the type of key you specify.