GetDeploymentPlainArgs

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

Constructors

Link copied to clipboard
constructor(apiId: String, deploymentId: String)

Properties

Link copied to clipboard

The API identifier.

Link copied to clipboard

The deployment ID.

Functions

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