AlloyDBClusterDataSourceProperties constructor

AlloyDBClusterDataSourceProperties({
  1. String? clusterUid,
  2. String? name,
  3. List<AlloyDbPitrWindow>? pitrWindows,
})

Implementation

AlloyDBClusterDataSourceProperties({
  this.clusterUid,
  this.name,
  this.pitrWindows,
});