StorageResource constructor

StorageResource({
  1. BucketReference? bucket,
  2. StorageResourceConfig? config,
  3. FilestoreReference? filestore,
  4. LustreReference? lustre,
})

Implementation

StorageResource({this.bucket, this.config, this.filestore, this.lustre});