Client/Models
File
Represents a file with its ID, name, status, and creation timestamp.
| Name | Type | Description |
|---|---|---|
id | str | The unique identifier of the file. |
name | str | The name of the file. |
status | FileStatus | The current status of the file. |
created_at | datetime | The timestamp when the file was created. |