SqlInstancesStartExternalSyncRequest constructor

SqlInstancesStartExternalSyncRequest({
  1. MySqlSyncConfig? mysqlSyncConfig,
  2. bool? skipVerification,
  3. String? syncMode,
})

Implementation

SqlInstancesStartExternalSyncRequest({
  this.mysqlSyncConfig,
  this.skipVerification,
  this.syncMode,
});