GetReleaseLinkPlainArgs

data class GetReleaseLinkPlainArgs(val linkId: Int, val project: String, val tagName: String) : ConvertibleToJava<GetReleaseLinkPlainArgs>

A collection of arguments for invoking getReleaseLink.

Constructors

Link copied to clipboard
constructor(linkId: Int, project: String, tagName: String)

Properties

Link copied to clipboard
val linkId: Int

The ID of the link.

Link copied to clipboard
Link copied to clipboard

The tag associated with the Release.

Functions

Link copied to clipboard
open override fun toJava(): GetReleaseLinkPlainArgs