GoldengateGooglePubsubConnectionProperties constructor

GoldengateGooglePubsubConnectionProperties({
  1. String? serviceAccountKeyFile,
  2. String? technologyType,
})

Implementation

GoldengateGooglePubsubConnectionProperties({
  this.serviceAccountKeyFile,
  this.technologyType,
});