DBClusterSnapshotMessage constructor
DBClusterSnapshotMessage({
- List<
DBClusterSnapshot> ? dBClusterSnapshots, - String? marker,
Implementation
DBClusterSnapshotMessage({
this.dBClusterSnapshots,
this.marker,
});