GoogleCloudPolicysimulatorV1OrgPolicyViolation constructor

GoogleCloudPolicysimulatorV1OrgPolicyViolation({
  1. GoogleCloudOrgpolicyV2CustomConstraint? customConstraint,
  2. GoogleRpcStatus? error,
  3. String? name,
  4. GoogleCloudPolicysimulatorV1ResourceContext? resource,
})

Implementation

GoogleCloudPolicysimulatorV1OrgPolicyViolation({
  this.customConstraint,
  this.error,
  this.name,
  this.resource,
});