DocumentArgs

constructor(attachments: Output<List<DocumentAttachmentsSourceArgs>>? = null, content: Output<Any>? = null, documentFormat: Output<DocumentFormat>? = null, documentType: Output<DocumentType>? = null, name: Output<String>? = null, requires: Output<List<DocumentRequiresArgs>>? = null, tags: Output<List<TagArgs>>? = null, targetType: Output<String>? = null, updateMethod: Output<DocumentUpdateMethod>? = null, versionName: Output<String>? = null)