GoogleFirestoreAdminV1EncryptionConfig constructor

GoogleFirestoreAdminV1EncryptionConfig({
  1. GoogleFirestoreAdminV1CustomerManagedEncryptionOptions? customerManagedEncryption,
  2. GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions? googleDefaultEncryption,
  3. GoogleFirestoreAdminV1SourceEncryptionOptions? useSourceEncryption,
})

Implementation

GoogleFirestoreAdminV1EncryptionConfig({
  this.customerManagedEncryption,
  this.googleDefaultEncryption,
  this.useSourceEncryption,
});