FetchDatabasePropertiesResponse constructor

FetchDatabasePropertiesResponse({
  1. bool? isFailoverReplicaAvailable,
  2. String? primaryGceZone,
  3. String? secondaryGceZone,
})

Implementation

FetchDatabasePropertiesResponse({
  this.isFailoverReplicaAvailable,
  this.primaryGceZone,
  this.secondaryGceZone,
});