Asset

data class Asset(val url: String, val browserDownloadUrl: String, val id: Int, val nodeId: String, val name: String, val label: String? = null, val state: String, val contentType: String, val size: Int, val downloadCount: Int, val createdAt: String, val updatedAt: String, val uploader: GhOwnerModel? = null)

Constructors

Link copied to clipboard
constructor(url: String, browserDownloadUrl: String, id: Int, nodeId: String, name: String, label: String? = null, state: String, contentType: String, size: Int, downloadCount: Int, createdAt: String, updatedAt: String, uploader: GhOwnerModel? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
val label: String? = null
Link copied to clipboard

The file name of the asset.

Link copied to clipboard
Link copied to clipboard
val size: Int
Link copied to clipboard

State of the release asset.

Link copied to clipboard
Link copied to clipboard
val uploader: GhOwnerModel? = null
Link copied to clipboard
val url: String