UpdateTimeToLiveOutput constructor

UpdateTimeToLiveOutput({
  1. TimeToLiveSpecification? timeToLiveSpecification,
})

Implementation

UpdateTimeToLiveOutput({
  this.timeToLiveSpecification,
});