LifecycleConfig constructor

LifecycleConfig({
  1. String? autoDeleteTime,
  2. String? autoDeleteTtl,
  3. String? autoStopTime,
  4. String? autoStopTtl,
  5. String? idleDeleteTtl,
  6. String? idleStartTime,
  7. String? idleStopTtl,
})

Implementation

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