GetDeploymentPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The ID for the deployment. For example: abc123 .

Link copied to clipboard

The string identifier of the associated RestApi.

Functions

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