Document Attachments Source Args
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)