SecretVolume constructor

SecretVolume({
  1. String? mountPath,
  2. String? projectId,
  3. String? secret,
  4. List<SecretVersion>? versions,
})

Implementation

SecretVolume({
  this.mountPath,
  this.projectId,
  this.secret,
  this.versions,
});