GetReleaseLinksResult

data class GetReleaseLinksResult(val id: String, val project: String, val releaseLinks: List<GetReleaseLinksReleaseLink>, val tagName: String)

A collection of values returned by getReleaseLinks.

Constructors

Link copied to clipboard
constructor(id: String, project: String, releaseLinks: List<GetReleaseLinksReleaseLink>, tagName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The ID or full path to the project.

Link copied to clipboard

List of release links

Link copied to clipboard

The tag associated with the Release.