RolloutRestriction constructor

RolloutRestriction({
  1. List<String>? actions,
  2. String? id,
  3. List<String>? invokers,
  4. TimeWindows? timeWindows,
})

Implementation

RolloutRestriction({
  this.actions,
  this.id,
  this.invokers,
  this.timeWindows,
});