GetClusterPlainArgs

data class GetClusterPlainArgs(val clusterId: String, val instanceId: String, val project: String? = null) : ConvertibleToJava<GetClusterPlainArgs>

Constructors

Link copied to clipboard
fun GetClusterPlainArgs(clusterId: String, instanceId: String, project: String? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val project: String? = null