GoogleCloudOrgpolicyV2Policy constructor

GoogleCloudOrgpolicyV2Policy({
  1. GoogleCloudOrgpolicyV2AlternatePolicySpec? alternate,
  2. GoogleCloudOrgpolicyV2PolicySpec? dryRunSpec,
  3. String? etag,
  4. String? name,
  5. GoogleCloudOrgpolicyV2PolicySpec? spec,
})

Implementation

GoogleCloudOrgpolicyV2Policy({
  this.alternate,
  this.dryRunSpec,
  this.etag,
  this.name,
  this.spec,
});