GoogleCloudAssuredworkloadsV1OrgPolicy constructor

GoogleCloudAssuredworkloadsV1OrgPolicy({
  1. String? constraint,
  2. bool? inherit,
  3. bool? reset,
  4. String? resource,
  5. GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRule? rule,
})

Implementation

GoogleCloudAssuredworkloadsV1OrgPolicy({
  this.constraint,
  this.inherit,
  this.reset,
  this.resource,
  this.rule,
});