GetClusterPlainArgs

data class GetClusterPlainArgs(val id: String) : ConvertibleToJava<GetClusterPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The unique ID of the Cluster.

Functions

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