GetProjectMergeRequestPlainArgs

data class GetProjectMergeRequestPlainArgs(val iid: Int, val project: String) : ConvertibleToJava<GetProjectMergeRequestPlainArgs>

A collection of arguments for invoking getProjectMergeRequest.

Constructors

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

Properties

Link copied to clipboard
val iid: Int

The unique project level ID of the merge request.

Link copied to clipboard

The ID or path of the project.

Functions

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