Rollout constructor

Rollout({
  1. String? createTime,
  2. String? createdBy,
  3. DeleteServiceStrategy? deleteServiceStrategy,
  4. String? rolloutId,
  5. String? serviceName,
  6. String? status,
  7. TrafficPercentStrategy? trafficPercentStrategy,
})

Implementation

Rollout({
  this.createTime,
  this.createdBy,
  this.deleteServiceStrategy,
  this.rolloutId,
  this.serviceName,
  this.status,
  this.trafficPercentStrategy,
});