SecretVolume_SecretVersion constructor

SecretVolume_SecretVersion({
  1. String version = '',
  2. String path = '',
})

Implementation

SecretVolume_SecretVersion({this.version = '', this.path = ''})
  : super(fullyQualifiedName);