LifecycleConfig constructor

LifecycleConfig({
  1. String? autoDeleteTime,
  2. String? autoDeleteTtl,
  3. String? idleDeleteTtl,
  4. String? idleStartTime,
})

Implementation

LifecycleConfig({
  this.autoDeleteTime,
  this.autoDeleteTtl,
  this.idleDeleteTtl,
  this.idleStartTime,
});