mysqlSourceConfig property
MySQL data source configuration.
Implementation
@$pb.TagNumber(101)
MysqlSourceConfig get mysqlSourceConfig => $_getN(2);
Implementation
@$pb.TagNumber(101)
set mysqlSourceConfig(MysqlSourceConfig v) {
setField(101, v);
}