GoogleCloudPolicytroubleshooterIamV3ExplainedDenyResource constructor

GoogleCloudPolicytroubleshooterIamV3ExplainedDenyResource({
  1. String? denyAccessState,
  2. List<GoogleCloudPolicytroubleshooterIamV3ExplainedDenyPolicy>? explainedPolicies,
  3. String? fullResourceName,
  4. String? relevance,
})

Implementation

GoogleCloudPolicytroubleshooterIamV3ExplainedDenyResource({
  this.denyAccessState,
  this.explainedPolicies,
  this.fullResourceName,
  this.relevance,
});