DeploymentUpdate constructor

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

Implementation

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