Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 3.11 KB

File metadata and controls

18 lines (14 loc) · 3.11 KB

FileInfo

File information.

Fields

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.