GetClusterPlainArgs

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

Constructors

Link copied to clipboard
constructor(clusterName: String, project: String? = null, region: String)

Properties

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

Functions

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