GetProjectMirrorPublicKeyResult

data class GetProjectMirrorPublicKeyResult(val id: String, val mirrorId: Int, val projectId: String, val publicKey: String)

A collection of values returned by getProjectMirrorPublicKey.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String
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.

Link copied to clipboard

Public key of the remote mirror.