GetReleaseAssetsLink

data class GetReleaseAssetsLink(val id: Int, val linkType: String, val name: String, val url: String)

Constructors

Link copied to clipboard
constructor(id: Int, linkType: String, name: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: Int

The ID of the link

Link copied to clipboard

The type of the link

Link copied to clipboard

The name of the link

Link copied to clipboard
val url: String

The URL of the link