GetIssueLabelsPlainArgs

data class GetIssueLabelsPlainArgs(val repository: String) : ConvertibleToJava<GetIssueLabelsPlainArgs>

A collection of arguments for invoking getIssueLabels.

Constructors

Link copied to clipboard
constructor(repository: String)

Properties

Link copied to clipboard

The name of the repository.

Functions

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