SecretVolume constructor

SecretVolume({
  1. String mountPath = '',
  2. String projectId = '',
  3. String secret = '',
  4. List<SecretVolume_SecretVersion> versions = const [],
})

Implementation

SecretVolume({
  this.mountPath = '',
  this.projectId = '',
  this.secret = '',
  this.versions = const [],
}) : super(fullyQualifiedName);