Tag

data class Tag(val name: String, val refName: String)

Parameters

name

The name of the tag, example: v1.0.0

refName

The name of the ref, example: refs/tags/v1.0.0

Constructors

Link copied to clipboard
constructor(name: String, refName: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String