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