GetDeploymentPlainArgs

data class GetDeploymentPlainArgs(val deploymentId: String) : ConvertibleToJava<GetDeploymentPlainArgs>

Constructors

Link copied to clipboard
constructor(deploymentId: String)

Properties

Link copied to clipboard

The ID of the deployment.

Functions

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