File information.
| Field | Type | Required | Description |
|---|---|---|---|
created_at |
date | ✔️ | Unix timestamp (in seconds) of when the file was created. |
creator_id |
str | ✔️ | ID of the creator of the file. |
digest |
str | ✔️ | SHA256 hash of the file. |
expires_at |
date | ✔️ | Unix timestamp (in seconds) of when the file will expire. |
id |
str | ✔️ | ID of the file. |
name |
str | ✔️ | Name of the file. |
project_id |
str | ✔️ | ID of the project the file belongs to. |
size |
int | ✔️ | Size of the file in bytes. |
status |
models.AccountFileStatus | ✔️ | AccountFile status. |