Fields

Fields
ParameterDescription
id
String
requiredId of the source file/folder.
destination
String
requiredId of the destination folder.
destinationDriveId
String
requiredApplicable only for sharepoint and google library. Id of the drive where the destination folder is located. You can get this value from the Content Library.
context
String
optionalOptional JSON representation of context to attach to the copy operation.

Constructors

global CopyResourceInput(
  String id,
  String destination,
  String destinationDriveId
)
global CopyResourceInput(
  String id,
  String destination,
  String destinationDriveId,
  String context
)