GetCodespacesPublicKeyPlainArgs

data class GetCodespacesPublicKeyPlainArgs(val repository: String) : ConvertibleToJava<GetCodespacesPublicKeyPlainArgs>

A collection of arguments for invoking getCodespacesPublicKey.

Constructors

Link copied to clipboard
constructor(repository: String)

Properties

Link copied to clipboard

Name of the repository to get public key from.

Functions

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