Deployment constructor
Deployment({
- List<
CapacityProviderStrategyItem> ? capacityProviderStrategy, - DateTime? createdAt,
- int? desiredCount,
- int? failedTasks,
- String? id,
- LaunchType? launchType,
- NetworkConfiguration? networkConfiguration,
- int? pendingCount,
- String? platformVersion,
- DeploymentRolloutState? rolloutState,
- String? rolloutStateReason,
- int? runningCount,
- String? status,
- String? taskDefinition,
- DateTime? updatedAt,
Implementation
Deployment({
this.capacityProviderStrategy,
this.createdAt,
this.desiredCount,
this.failedTasks,
this.id,
this.launchType,
this.networkConfiguration,
this.pendingCount,
this.platformVersion,
this.rolloutState,
this.rolloutStateReason,
this.runningCount,
this.status,
this.taskDefinition,
this.updatedAt,
});