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