DeploymentGroupRevision constructor

DeploymentGroupRevision({
  1. List<String>? alternativeIds,
  2. String? createTime,
  3. String? name,
  4. DeploymentGroup? snapshot,
})

Implementation

DeploymentGroupRevision({
  this.alternativeIds,
  this.createTime,
  this.name,
  this.snapshot,
});