GoogleCloudPolicytroubleshooterV1ExplainedPolicy constructor
      
      GoogleCloudPolicytroubleshooterV1ExplainedPolicy({ 
    
    
- String? access,
 - List<
GoogleCloudPolicytroubleshooterV1BindingExplanation> ? bindingExplanations, - String? fullResourceName,
 - GoogleIamV1Policy? policy,
 - String? relevance,
 
Implementation
GoogleCloudPolicytroubleshooterV1ExplainedPolicy({
  this.access,
  this.bindingExplanations,
  this.fullResourceName,
  this.policy,
  this.relevance,
});