DeploymentGroupRevision constructor
DeploymentGroupRevision({
- List<
String> ? alternativeIds, - String? createTime,
- String? name,
- DeploymentGroup? snapshot,
Implementation
DeploymentGroupRevision({
this.alternativeIds,
this.createTime,
this.name,
this.snapshot,
});