EffectiveIamPolicy constructor

EffectiveIamPolicy({
  1. String? fullResourceName,
  2. List<PolicyInfo>? policies,
})

Implementation

EffectiveIamPolicy({
  this.fullResourceName,
  this.policies,
});