GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy constructor

GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy({
  1. String? assetType,
  2. String? attachedResource,
  3. List<String>? folders,
  4. String? organization,
  5. Policy? policy,
  6. String? project,
})

Implementation

GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy({
  this.assetType,
  this.attachedResource,
  this.folders,
  this.organization,
  this.policy,
  this.project,
});