GetReleaseResult

data class GetReleaseResult(val assets: GetReleaseAssets? = null, val createdAt: String, val description: String, val id: String, val name: String, val projectId: String, val releasedAt: String, val tagName: String)

A collection of values returned by getRelease.

Constructors

Link copied to clipboard
constructor(assets: GetReleaseAssets? = null, createdAt: String, description: String, id: String, name: String, projectId: String, releasedAt: String, tagName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The assets for a release

Link copied to clipboard

The date the release was created.

Link copied to clipboard

An HTML rendered description of the release.

Link copied to clipboard
val id: String
Link copied to clipboard

The name of the release.

Link copied to clipboard

The ID or URL-encoded path of the project.

Link copied to clipboard

The date the release was created.

Link copied to clipboard

The Git tag the release is associated with.