GoldengateGoogleCloudStorageConnectionProperties.fromJson constructor

GoldengateGoogleCloudStorageConnectionProperties.fromJson(
  1. Map json_
)

Implementation

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