GetRefPlainArgs

data class GetRefPlainArgs(val owner: String? = null, val ref: String, val repository: String) : ConvertibleToJava<GetRefPlainArgs>

A collection of arguments for invoking getRef.

Constructors

Link copied to clipboard
constructor(owner: String? = null, ref: String, repository: String)

Properties

Link copied to clipboard
val owner: String? = null

Owner of the repository.

Link copied to clipboard
val ref: String

The repository ref to look up. Must be formatted heads/<ref> for branches, and tags/<ref> for tags.

Link copied to clipboard

The GitHub repository name.

Functions

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