GetDeploymentPlainArgs

data class GetDeploymentPlainArgs(val applicationId: String, val deploymentNumber: String, val environmentId: String) : ConvertibleToJava<GetDeploymentPlainArgs>

Constructors

Link copied to clipboard
constructor(applicationId: String, deploymentNumber: String, environmentId: String)

Properties

Link copied to clipboard

The application ID.

Link copied to clipboard

The sequence number of the deployment.

Link copied to clipboard

The environment ID.

Functions

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