Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 819 Bytes

File metadata and controls

17 lines (12 loc) · 819 Bytes

EventSchemaDataEventDataFile

Object containing fields of the file's hashes (md5, sha1, sha256) and file type, size and download_url.

Properties

Name Type Description Notes
download_url str The url where the file can be downloaded.
md5 str An `md5` hash of the file.
sha1 str An `sha1` hash of the file.
sha256 str An `sha256` hash of the file.
size float `Size` of the file. [optional]
type str `Type` of the file. [optional]

[Back to Model list] [Back to API list] [Back to README]