GetReleaseAsset

data class GetReleaseAsset(val browserDownloadUrl: String, val contentType: String, val createdAt: String, val id: Int, val label: String, val name: String, val nodeId: String, val size: Int, val updatedAt: String, val url: String)

Constructors

Link copied to clipboard
constructor(browserDownloadUrl: String, contentType: String, createdAt: String, id: Int, label: String, name: String, nodeId: String, size: Int, updatedAt: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Browser download URL

Link copied to clipboard

MIME type of the asset

Link copied to clipboard

Date the asset was created

Link copied to clipboard
val id: Int

ID of the asset

Link copied to clipboard

Label for the asset

Link copied to clipboard

The file name of the asset

Link copied to clipboard

Node ID of the asset

Link copied to clipboard
val size: Int

Size in byte

Link copied to clipboard

Date the asset was last updated

Link copied to clipboard
val url: String

URL of the asset