TieringPolicy constructor

TieringPolicy({
  1. int? coolingThresholdDays,
  2. String? tierAction,
})

Implementation

TieringPolicy({
  this.coolingThresholdDays,
  this.tierAction,
});