TimeToLiveDescription constructor

TimeToLiveDescription({
  1. String? attributeName,
  2. TimeToLiveStatus? timeToLiveStatus,
})

Implementation

TimeToLiveDescription({
  this.attributeName,
  this.timeToLiveStatus,
});