GoldengateGoldengateConnectionProperties.fromJson constructor

GoldengateGoldengateConnectionProperties.fromJson(
  1. Map json_
)

Implementation

GoldengateGoldengateConnectionProperties.fromJson(core.Map json_)
  : this(
      goldengateDeploymentId: json_['goldengateDeploymentId'] as core.String?,
      host: json_['host'] as core.String?,
      password: json_['password'] as core.String?,
      passwordSecretVersion: json_['passwordSecretVersion'] as core.String?,
      port: json_['port'] as core.int?,
      technologyType: json_['technologyType'] as core.String?,
      username: json_['username'] as core.String?,
    );