GetReleasePlainArgs

data class GetReleasePlainArgs(val assets: GetReleaseAssets? = null, val projectId: String, val tagName: String) : ConvertibleToJava<GetReleasePlainArgs>

A collection of arguments for invoking getRelease.

Constructors

Link copied to clipboard
constructor(assets: GetReleaseAssets? = null, projectId: String, tagName: String)

Properties

Link copied to clipboard

The assets for a release

Link copied to clipboard

The ID or URL-encoded path of the project.

Link copied to clipboard

The Git tag the release is associated with.

Functions

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