GoogleCloudOrgpolicyV2ConstraintListConstraint constructor

GoogleCloudOrgpolicyV2ConstraintListConstraint({
  1. bool? supportsIn,
  2. bool? supportsUnder,
})

Implementation

GoogleCloudOrgpolicyV2ConstraintListConstraint({
  this.supportsIn,
  this.supportsUnder,
});