DemoteMasterMySqlReplicaConfiguration constructor

DemoteMasterMySqlReplicaConfiguration({
  1. String? caCertificate,
  2. String? clientCertificate,
  3. String? clientKey,
  4. String? kind,
  5. String? password,
  6. String? username,
})

Implementation

DemoteMasterMySqlReplicaConfiguration({
  this.caCertificate,
  this.clientCertificate,
  this.clientKey,
  this.kind,
  this.password,
  this.username,
});