DocumentMetadata
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the document. | [default to null] |
| filename | String | Current filename in storage. | [default to null] |
| original_name | String | Original filename when uploaded. | [default to null] |
| mime_type | String | MIME type of the document. | [default to null] |
| size | Long | Size of the document in bytes. | [default to null] |
| document_type | String | Optional document type classification. | [optional] [default to null] |
| uploaded_at | Date | Timestamp when the document was uploaded. | [default to null] |
| storage_path | String | Storage path of the document. | [default to null] |