DocumentAttachmentsSourceArgs

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

Constructors

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

Properties

Link copied to clipboard
val key: Output<DocumentAttachmentsSourceKey>? = null

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

Link copied to clipboard
val name: Output<String>? = null

The name of the document attachment file.

Link copied to clipboard
val values: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): DocumentAttachmentsSourceArgs