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