SqlInstancesStartExternalSyncRequest constructor
SqlInstancesStartExternalSyncRequest({
- MySqlSyncConfig? mysqlSyncConfig,
- bool? skipVerification,
- String? syncMode,
- String? syncParallelLevel,
Implementation
SqlInstancesStartExternalSyncRequest({
this.mysqlSyncConfig,
this.skipVerification,
this.syncMode,
this.syncParallelLevel,
});