SqlInstancesVerifyExternalSyncSettingsRequest constructor

SqlInstancesVerifyExternalSyncSettingsRequest({
  1. MySqlSyncConfig? mysqlSyncConfig,
  2. String? syncMode,
  3. bool? verifyConnectionOnly,
})

Implementation

SqlInstancesVerifyExternalSyncSettingsRequest({
  this.mysqlSyncConfig,
  this.syncMode,
  this.verifyConnectionOnly,
});