GoldengateHdfsConnectionProperties.fromJson constructor

GoldengateHdfsConnectionProperties.fromJson(
  1. Map json_
)

Implementation

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