VolumeSnapshot constructor

VolumeSnapshot({
  1. String? createTime,
  2. String? description,
  3. String? id,
  4. String? name,
  5. String? storageVolume,
  6. String? type,
})

Implementation

VolumeSnapshot({
  this.createTime,
  this.description,
  this.id,
  this.name,
  this.storageVolume,
  this.type,
});