GoldengateHdfsConnectionProperties.fromJson constructor
GoldengateHdfsConnectionProperties.fromJson(
- Map json_
Implementation
GoldengateHdfsConnectionProperties.fromJson(core.Map json_)
: this(
coreSiteXml: json_['coreSiteXml'] as core.String?,
technologyType: json_['technologyType'] as core.String?,
);