DeploymentUpdate constructor
DeploymentUpdate({
- String? description,
- List<
DeploymentUpdateLabelEntry> ? labels, - String? manifest,
Implementation
DeploymentUpdate({
this.description,
this.labels,
this.manifest,
});