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