CreateClusterSnapshotResult constructor

CreateClusterSnapshotResult({
  1. Snapshot? snapshot,
})

Implementation

CreateClusterSnapshotResult({
  this.snapshot,
});