Object GitHub::ReleaseAsset
A release asset contains the content for a release asset.
Fields
contentType: String!
The asset's content-type
createdAt: DateTime!
Identifies the date and time when the object was created.
downloadCount: Int!
The number of times this asset was downloaded
downloadUrl: URI!
Identifies the URL where you can download the release asset via the browser.
id: ID!
name: String!
Identifies the title of the release asset.
release: Release
Release that the asset is associated with
size: Int!
The size (in bytes) of the asset
updatedAt: DateTime!
Identifies the date and time when the object was last updated.
uploadedBy: User!
The user that performed the upload
url: URI!
Identifies the URL of the release asset.