GetProjectMilestonePlainArgs

data class GetProjectMilestonePlainArgs(val milestoneId: Int, val project: String) : ConvertibleToJava<GetProjectMilestonePlainArgs>

A collection of arguments for invoking getProjectMilestone.

Constructors

Link copied to clipboard
constructor(milestoneId: Int, project: String)

Properties

Link copied to clipboard

The instance-wide ID of the project’s milestone.

Link copied to clipboard

The ID or URL-encoded path of the project owned by the authenticated user.

Functions

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