DiskDataSourceProperties constructor

DiskDataSourceProperties({
  1. String? description,
  2. String? name,
  3. String? sizeGb,
  4. String? type,
})

Implementation

DiskDataSourceProperties({
  this.description,
  this.name,
  this.sizeGb,
  this.type,
});