Deployment constructor

Deployment({
  1. Map<String, String>? labels,
  2. String? projectId,
  3. String? target,
})

Implementation

Deployment({
  this.labels,
  this.projectId,
  this.target,
});