PolicyControllerToleration constructor

PolicyControllerToleration({
  1. String? effect,
  2. String? key,
  3. String? operator,
  4. String? value,
})

Implementation

PolicyControllerToleration({
  this.effect,
  this.key,
  this.operator,
  this.value,
});