Fields

Fields
ParameterDescription
files requiredThe 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).
context
String
requiredA short description attribute for the process of creating the content version.

Constructors

CreateContentVersionBatchPayload(
  List<CreateContentVersionFlowInput> files,
  String context
)