GetRepositoryMilestonePlainArgs

data class GetRepositoryMilestonePlainArgs(val number: Int, val owner: String, val repository: String) : ConvertibleToJava<GetRepositoryMilestonePlainArgs>

A collection of arguments for invoking getRepositoryMilestone.

Constructors

Link copied to clipboard
fun GetRepositoryMilestonePlainArgs(number: Int, owner: String, repository: String)

Functions

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

Properties

Link copied to clipboard
val number: Int

The number of the milestone.

Link copied to clipboard

Owner of the repository.

Link copied to clipboard

Name of the repository to retrieve the milestone from.