Deployment constructor
Deployment({
- String? applicationId,
- DateTime? completedAt,
- String? configurationLocationUri,
- String? configurationName,
- String? configurationProfileId,
- String? configurationVersion,
- int? deploymentDurationInMinutes,
- int? deploymentNumber,
- String? deploymentStrategyId,
- String? description,
- String? environmentId,
- List<
DeploymentEvent> ? eventLog, - int? finalBakeTimeInMinutes,
- double? growthFactor,
- GrowthType? growthType,
- double? percentageComplete,
- DateTime? startedAt,
- DeploymentState? state,
Implementation
Deployment({
this.applicationId,
this.completedAt,
this.configurationLocationUri,
this.configurationName,
this.configurationProfileId,
this.configurationVersion,
this.deploymentDurationInMinutes,
this.deploymentNumber,
this.deploymentStrategyId,
this.description,
this.environmentId,
this.eventLog,
this.finalBakeTimeInMinutes,
this.growthFactor,
this.growthType,
this.percentageComplete,
this.startedAt,
this.state,
});