GoogleCloudAssetV1GovernedContainer constructor

GoogleCloudAssetV1GovernedContainer({
  1. AnalyzerOrgPolicy? consolidatedPolicy,
  2. List<EffectiveTagDetails>? effectiveTags,
  3. List<String>? folders,
  4. String? fullResourceName,
  5. String? organization,
  6. String? parent,
  7. List<AnalyzerOrgPolicy>? policyBundle,
  8. String? project,
})

Implementation

GoogleCloudAssetV1GovernedContainer({
  this.consolidatedPolicy,
  this.effectiveTags,
  this.folders,
  this.fullResourceName,
  this.organization,
  this.parent,
  this.policyBundle,
  this.project,
});