GoogleCloudPolicytroubleshooterV1BindingExplanation constructor

GoogleCloudPolicytroubleshooterV1BindingExplanation({
  1. String? access,
  2. GoogleTypeExpr? condition,
  3. Map<String, GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership>? memberships,
  4. String? relevance,
  5. String? role,
  6. String? rolePermission,
  7. String? rolePermissionRelevance,
})

Implementation

GoogleCloudPolicytroubleshooterV1BindingExplanation({
  this.access,
  this.condition,
  this.memberships,
  this.relevance,
  this.role,
  this.rolePermission,
  this.rolePermissionRelevance,
});