ComponentDeploymentSpecification constructor

ComponentDeploymentSpecification({
  1. String? componentVersion,
  2. ComponentConfigurationUpdate? configurationUpdate,
  3. ComponentRunWith? runWith,
})

Implementation

ComponentDeploymentSpecification({
  this.componentVersion,
  this.configurationUpdate,
  this.runWith,
});