Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 6.08 KB

File metadata and controls

25 lines (22 loc) · 6.08 KB

StorageFile

Fields

Field Type Required Description
created_at date N/A
data Optional[str] N/A
description Optional[str] N/A
download_url Optional[str] N/A
hash Optional[str] N/A
id Optional[str] N/A
mime_type Optional[str] N/A
name Optional[str] N/A
parent_id Optional[str] N/A
permissions List[shared.StoragePermission] N/A
raw Dict[str, Any] N/A
references List[shared.StorageReference] N/A
size Optional[float] N/A
type Optional[shared.StorageFileType] N/A
updated_at date N/A
user_id Optional[str] N/A
version Optional[str] N/A
web_url Optional[str] N/A