TieringPolicy constructor

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

Implementation

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