SnapshotReservationDetail constructor

SnapshotReservationDetail({
  1. String? reservedSpaceGib,
  2. int? reservedSpacePercent,
  3. String? reservedSpaceRemainingGib,
  4. int? reservedSpaceUsedPercent,
})

Implementation

SnapshotReservationDetail({
  this.reservedSpaceGib,
  this.reservedSpacePercent,
  this.reservedSpaceRemainingGib,
  this.reservedSpaceUsedPercent,
});