GoldengateGooglePubsubConnectionProperties.fromJson constructor

GoldengateGooglePubsubConnectionProperties.fromJson(
  1. Map json_
)

Implementation

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