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
constructor(number: Int, owner: String, repository: String)

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.

Functions

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