Fields

Output fields
ParameterDescription
id
String
External Id of the resource.
type
String
One of file or folder.
name
String
Name of the resource, with extension in case of files.
library
String
One of sharepoint, google, onedrive, box, dropbox, cloudfiles.
driveId
String
Drive Id in external storage. Only applicable for SharePoint and Google Drive. You can get this value from the Content Library.
path
String
The path to the target resource.
properties
Map<String, String>
A map containing additional metadata about the resource.

Constructors

Resource(
  String id,
  String type,
  String name,
  String library,
  String driveId
)
Resource(
  String id,
  String type,
  String name,
  String library,
  String driveId,
  String path
)