| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
Object containing fields of the file's hashes (md5, sha1, sha256) and file type, size and download_url.
| 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 | FazBrowse Home | New Git URL |