Fields

Fields
ParameterDescription
resources
List<Resource>
requiredA collection of Apex-defined variables pointing to the documents in external storage that will be merged.
fileName
String
requiredThe name of the merged output file, either static or dynamically generated.
destination requiredThe 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
)