Fields

Fields
ParameterDescription
id
String
requiredThe resource Id of each file for which content version needs to be created.
type
String
requiredOne of fileRequest, file, or folder.
library
String
requiredThe related files library such as cloudfiles, google, sharepoint etc.
driveId
String
requiredDrive Id in external storage. Only applicable for SharePoint & Google Drive. You can get this value from Content Library.

Constructors

global DataroomChild(
  String id,
  String type,
  String library,
  String driveId
)