GetProjectIssuePlainArgs

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

A collection of arguments for invoking getProjectIssue.

Constructors

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

Properties

Link copied to clipboard
val iid: Int

The internal ID of the project's issue.

Link copied to clipboard

The name or ID of the project.

Functions

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