# DocumentSigned

Event payload returned for the document-signed platform event type.

> Kind: Apex type · Updated: 2026-07-03

This custom Apex type represents the output that Platform Events and the Platform Events Apex handler return for the document-signed platform event type. It is exposed on the Event type and surfaced by Client.getEventDetails().

## Fields

### Output fields
| Parameter | Type | Required | Description |
|---|---|---|---|
| ParentId | String | optional | Id of the parent record or folder the signed document belongs to. |
| ContentVersionId | String | optional | Id of the ContentVersion created for the signed document. |
| Name | String | optional | Name of the signed document. |
| file | <a href="#/apex-type-resource">Resource</a> | optional | The new signed file. |
