Fields
Fields
| Parameter | Description | |
|---|---|---|
resourceIdString |
required | Input the Resource Id i.e. unique identifier of the file or folder to be unshared. |
resourceTypeString |
required | Indicates whether the target is a file or folder. |
parentIdString |
required | The ID of the Salesforce record from which the resource will be unshared. |
Constructors
global UnshareResourceInput( String resourceId, String resourceType, String parentId )