Get Release Result
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)
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
(Boolean
) indicates whether the release is a prerelease
Link copied to clipboard
Date of release publishing
Link copied to clipboard
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
Download URL of a specific release in zip
format