DeploymentStrategy constructor
DeploymentStrategy({
- int? deploymentDurationInMinutes,
- String? description,
- int? finalBakeTimeInMinutes,
- double? growthFactor,
- GrowthType? growthType,
- String? id,
- String? name,
- ReplicateTo? replicateTo,
Implementation
DeploymentStrategy({
this.deploymentDurationInMinutes,
this.description,
this.finalBakeTimeInMinutes,
this.growthFactor,
this.growthType,
this.id,
this.name,
this.replicateTo,
});