DBClusterSnapshotMessage constructor

DBClusterSnapshotMessage({
  1. List<DBClusterSnapshot>? dBClusterSnapshots,
  2. String? marker,
})

Implementation

DBClusterSnapshotMessage({
  this.dBClusterSnapshots,
  this.marker,
});