GoogleCloudOrgpolicyV2PolicySpec constructor

GoogleCloudOrgpolicyV2PolicySpec({
  1. String? etag,
  2. bool? inheritFromParent,
  3. bool? reset,
  4. List<GoogleCloudOrgpolicyV2PolicySpecPolicyRule>? rules,
  5. String? updateTime,
})

Implementation

GoogleCloudOrgpolicyV2PolicySpec({
  this.etag,
  this.inheritFromParent,
  this.reset,
  this.rules,
  this.updateTime,
});