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)-

Class params/properties:

  1. String Id
  2. String ParentType
  3. List<Id> ContentDocumentIds
  4. List<SalesforceFile> Files - This is a custom Apex type input. See the supported constructor below.
Apex