GetServerPlainArgs

data class GetServerPlainArgs(val serverId: String) : ConvertibleToJava<GetServerPlainArgs>

A collection of arguments for invoking getServer.

Constructors

Link copied to clipboard
constructor(serverId: String)

Properties

Link copied to clipboard

ID for an SFTP server.

Functions

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