Deployment Component Deployment Specification
data class DeploymentComponentDeploymentSpecification(val componentVersion: String? = null, val configurationUpdate: DeploymentComponentConfigurationUpdate? = null, val runWith: DeploymentComponentRunWith? = null)
Constructors
Link copied to clipboard
constructor(componentVersion: String? = null, configurationUpdate: DeploymentComponentConfigurationUpdate? = null, runWith: DeploymentComponentRunWith? = null)