GoogleCloudPolicysimulatorV1OrgPolicyOverlayCustomConstraintOverlay constructor

GoogleCloudPolicysimulatorV1OrgPolicyOverlayCustomConstraintOverlay({
  1. GoogleCloudOrgpolicyV2CustomConstraint? customConstraint,
  2. String? customConstraintParent,
})

Implementation

GoogleCloudPolicysimulatorV1OrgPolicyOverlayCustomConstraintOverlay({
  this.customConstraint,
  this.customConstraintParent,
});