DeployableResponse

data class DeployableResponse(val resourceUri: List<String>)

An artifact that can be deployed in some runtime.

Constructors

Link copied to clipboard
fun DeployableResponse(resourceUri: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Resource URI for the artifact being deployed.