GoldengateDeploymentLock constructor

GoldengateDeploymentLock({
  1. String? compartmentId,
  2. String? createTime,
  3. String? message,
  4. String? relatedResourceId,
  5. String? type,
})

Implementation

GoldengateDeploymentLock({
  this.compartmentId,
  this.createTime,
  this.message,
  this.relatedResourceId,
  this.type,
});