Model representing files
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique identifier for the file | [optional] |
| name | String | Name of the file | [optional] |
| type | String | Type of the file | [optional] |
| path | String | Path to the file | [optional] |
| status | String | Status of the file | [optional] |
| createdAt | OffsetDateTime | Timestamp when the file was created | [optional] |
| updatedAt | OffsetDateTime | Timestamp when the file was last updated | [optional] |