GetDeploymentAtScopePlainArgs

data class GetDeploymentAtScopePlainArgs(val deploymentName: String, val scope: String) : ConvertibleToJava<GetDeploymentAtScopePlainArgs>

Constructors

Link copied to clipboard
constructor(deploymentName: String, scope: String)

Properties

Link copied to clipboard

The name of the deployment.

Link copied to clipboard

The resource scope.

Functions

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