ComponentDeploymentSpecification constructor
ComponentDeploymentSpecification({
- String? componentVersion,
- ComponentConfigurationUpdate? configurationUpdate,
- ComponentRunWith? runWith,
Implementation
ComponentDeploymentSpecification({
this.componentVersion,
this.configurationUpdate,
this.runWith,
});