Rollout constructor
Rollout({
- String? createTime,
- String? createdBy,
- DeleteServiceStrategy? deleteServiceStrategy,
- String? rolloutId,
- String? serviceName,
- String? status,
- TrafficPercentStrategy? trafficPercentStrategy,
Implementation
Rollout({
this.createTime,
this.createdBy,
this.deleteServiceStrategy,
this.rolloutId,
this.serviceName,
this.status,
this.trafficPercentStrategy,
});