Record
release-asset
No description available.
record release-asset {
browser-download-url: string,
content-type: string,
created-at: string,
download-count: s32,
id: s32,
label: string,
name: string,
node-id: string,
size: s32,
state: release-asset-state-enum,
updated-at: string,
uploader: nullable-simple-user,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| browser-download-url | string | |
| content-type | string | |
| created-at | string | |
| download-count | s32 | |
| id | s32 | |
| label | string | |
| name | string | |
| node-id | string | |
| size | s32 | |
| state | release-asset-state-enum | |
| updated-at | string | |
| uploader | nullable-simple-user | |
| url | string |