PutRetentionConfigurationResponse constructor

PutRetentionConfigurationResponse({
  1. RetentionConfiguration? retentionConfiguration,
})

Implementation

PutRetentionConfigurationResponse({
  this.retentionConfiguration,
});