Apex
Types
SalesforceFilesAttached
This custom apex type represents an output that Platform Events & Platform Events Apex Handler (Object Type) methods returns for the salesforce-file-attached platform event type. It has the following field(s)-
- String Id
- String ParentType
- List<Id> ContentDocumentIds
- List<SalesforceFile> Files - This is a custom Apex type input. See the supported constructor below.