GoldengateDeploymentVersion constructor

GoldengateDeploymentVersion({
  1. String? name,
  2. String? ocid,
  3. GoldengateDeploymentVersionProperties? properties,
})

Implementation

GoldengateDeploymentVersion({this.name, this.ocid, this.properties});