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