NewFilestoreConfig constructor

NewFilestoreConfig({
  1. String? description,
  2. List<FileShareConfig>? fileShares,
  3. String? filestore,
  4. String? protocol,
  5. String? tier,
})

Implementation

NewFilestoreConfig({
  this.description,
  this.fileShares,
  this.filestore,
  this.protocol,
  this.tier,
});