GetReleaseResult

data class GetReleaseResult(val assertsUrl: String, val assets: List<GetReleaseAsset>, val assetsUrl: String, val body: String, val createdAt: String, val draft: Boolean, val htmlUrl: String, val id: String, val name: String, val owner: String, val prerelease: Boolean, val publishedAt: String, val releaseId: Int? = null, val releaseTag: String? = null, val repository: String, val retrieveBy: String, val tarballUrl: String, val targetCommitish: String, val uploadUrl: String, val url: String, val zipballUrl: String)

A collection of values returned by getRelease.

Constructors

Link copied to clipboard
constructor(assertsUrl: String, assets: List<GetReleaseAsset>, assetsUrl: String, body: String, createdAt: String, draft: Boolean, htmlUrl: String, id: String, name: String, owner: String, prerelease: Boolean, publishedAt: String, releaseId: Int? = null, releaseTag: String? = null, repository: String, retrieveBy: String, tarballUrl: String, targetCommitish: String, uploadUrl: String, url: String, zipballUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Deprecated: Use assets_url resource instead

Link copied to clipboard

Collection of assets for the release. Each asset conforms to the following schema:

Link copied to clipboard

URL of any associated assets with the release

Link copied to clipboard

Contents of the description (body) of a release

Link copied to clipboard

Date the asset was created

Link copied to clipboard

(Boolean) indicates whether the release is a draft

Link copied to clipboard

URL directing to detailed information on the release

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The file name of the asset

Link copied to clipboard
Link copied to clipboard

(Boolean) indicates whether the release is a prerelease

Link copied to clipboard

Date of release publishing

Link copied to clipboard
val releaseId: Int? = null

ID of release

Link copied to clipboard
val releaseTag: String? = null

Tag of release

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Download URL of a specific release in tar.gz format

Link copied to clipboard

Commitish value that determines where the Git release is created from

Link copied to clipboard

URL that can be used to upload Assets to the release

Link copied to clipboard
val url: String

URL of the asset

Link copied to clipboard

Download URL of a specific release in zip format