Fields
Fields
| Parameter | Description | |
|---|---|---|
resourcesList<Resource> |
required | A collection of Apex-defined variables pointing to the documents in external storage that will be merged. |
fileNameString |
required | The name of the merged output file, either static or dynamically generated. |
destination |
required | The external storage location metadata (library, driveId, and folder/location Id) where the merged file will be saved. |
Constructors
global MergeDocumentsRequestInput( List<Resource> resources, String fileName, Resource destination )