GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource constructor

GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource({
  1. String? assetType,
  2. List<EffectiveTagDetails>? effectiveTags,
  3. List<String>? folders,
  4. String? fullResourceName,
  5. String? organization,
  6. String? parent,
  7. String? project,
})

Implementation

GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource({
  this.assetType,
  this.effectiveTags,
  this.folders,
  this.fullResourceName,
  this.organization,
  this.parent,
  this.project,
});