GetProjectMirrorPublicKeyPlainArgs

data class GetProjectMirrorPublicKeyPlainArgs(val mirrorId: Int, val projectId: String) : ConvertibleToJava<GetProjectMirrorPublicKeyPlainArgs>

A collection of arguments for invoking getProjectMirrorPublicKey.

Constructors

Link copied to clipboard
constructor(mirrorId: Int, projectId: String)

Properties

Link copied to clipboard

The id of the remote mirror.

Link copied to clipboard

The integer or path with namespace that uniquely identifies the project.

Functions

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