DeleteSnapshotResult constructor

DeleteSnapshotResult({
  1. String? snapshotId,
})

Implementation

DeleteSnapshotResult({
  this.snapshotId,
});