BucketEncryptionCustomerSuppliedEncryptionEnforcementConfig constructor

BucketEncryptionCustomerSuppliedEncryptionEnforcementConfig({
  1. DateTime? effectiveTime,
  2. String? restrictionMode,
})

Implementation

BucketEncryptionCustomerSuppliedEncryptionEnforcementConfig({
  this.effectiveTime,
  this.restrictionMode,
});