Fields

Fields
ParameterDescription
resourceId
String
requiredInput the Resource Id i.e. unique identifier of the file or folder to be unshared.
resourceType
String
requiredIndicates whether the target is a file or folder.
parentId
String
requiredThe ID of the Salesforce record from which the resource will be unshared.

Constructors

global UnshareResourceInput(
  String resourceId,
  String resourceType,
  String parentId
)