SecretManagerSource constructor

SecretManagerSource({
  1. String? secretVersion,
})

Implementation

SecretManagerSource({
  this.secretVersion,
});