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