Fields
Fields
| Parameter | Description | |
|---|---|---|
files |
required | The files to create content versions for. Each CreateContentVersionFlowInput carries library (the related files library such as cloudfiles, google, sharepoint), driveId (the drive where the files are located), and id (the resource Id of each file for which a content version is created). |
contextString |
required | A short description attribute for the process of creating the content version. |
Constructors
CreateContentVersionBatchPayload( List<CreateContentVersionFlowInput> files, String context )