Fields

Fields
ParameterDescription
resourceId
String
requiredId of the file or folder.
resourceType
String
requiredOne of file or folder.
parentId
String
requiredId of the Salesforce record the file or folder is attached to.
objectType
String
optionalSObject type of the parent record. Optional; only accepted by the four-argument constructor.

Constructors

global DeleteAttachmentInput(
  String resourceId,
  String resourceType,
  String parentId
)
global DeleteAttachmentInput(
  String resourceId,
  String resourceType,
  String parentId,
  String objectType
)