InstantSnapshotResourceStatus constructor

InstantSnapshotResourceStatus({
  1. String? storageSizeBytes,
})

Implementation

InstantSnapshotResourceStatus({
  this.storageSizeBytes,
});