GetSshKeyPlainArgs

data class GetSshKeyPlainArgs(val name: String) : ConvertibleToJava<GetSshKeyPlainArgs>

A collection of arguments for invoking getSshKey.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The name of the ssh key.

Functions

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