DeploymentUpdate constructor

DeploymentUpdate({
  1. String? description,
  2. List<DeploymentUpdateLabelEntry>? labels,
  3. String? manifest,
})

Implementation

DeploymentUpdate({
  this.description,
  this.labels,
  this.manifest,
});