GetReleaseLinksPlainArgs

data class GetReleaseLinksPlainArgs(val project: String, val tagName: String) : ConvertibleToJava<GetReleaseLinksPlainArgs>

A collection of arguments for invoking getReleaseLinks.

Constructors

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

Properties

Link copied to clipboard

The ID or full path to the project.

Link copied to clipboard

The tag associated with the Release.

Functions

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