GetDeploymentPlainArgs

data class GetDeploymentPlainArgs(val deployment: String, val project: String? = null) : ConvertibleToJava<GetDeploymentPlainArgs>

Constructors

Link copied to clipboard
fun GetDeploymentPlainArgs(deployment: String, project: String? = null)

Functions

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

Properties

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