GoldengateGoogleBigQueryConnectionProperties.fromJson constructor

GoldengateGoogleBigQueryConnectionProperties.fromJson(
  1. Map json_
)

Implementation

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