GetAddonPlainArgs

data class GetAddonPlainArgs(val addonName: String, val clusterName: String) : ConvertibleToJava<GetAddonPlainArgs>

Constructors

Link copied to clipboard
constructor(addonName: String, clusterName: String)

Properties

Link copied to clipboard

Name of Addon

Link copied to clipboard

Name of Cluster

Functions

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