PolicyRule constructor

PolicyRule({
  1. RolloutRestriction? rolloutRestriction,
})

Implementation

PolicyRule({
  this.rolloutRestriction,
});