Deployment constructor
Deployment({
- String? description,
- String? fingerprint,
- String? id,
- String? insertTime,
- List<
DeploymentLabelEntry> ? labels, - String? manifest,
- String? name,
- Operation? operation,
- String? selfLink,
- TargetConfiguration? target,
- DeploymentUpdate? update,
- String? updateTime,
Implementation
Deployment({
this.description,
this.fingerprint,
this.id,
this.insertTime,
this.labels,
this.manifest,
this.name,
this.operation,
this.selfLink,
this.target,
this.update,
this.updateTime,
});