RelatedDocumentObject
The RelatedDocumentObject class represents a related document with metadata such as name, description, and creator details.
Properties
| Name | Description |
|---|---|
| Id | The unique identifier of the related document. |
| Type | Specifies the type of the related document. |
| SecretKey | A secret key associated with the related document for security purposes. |
| Name | A dictionary of localized names for the related document. |
| DownloadUrl | The URL where the related document can be downloaded. |
| Description | A dictionary of localized descriptions for the related document. |
| Path | The file path of the related document. |
| CreatedAt | The timestamp when the related document was created. |
| Creator | The creator of the related document. |