BatchGetEffectiveIamPoliciesResponse constructor

BatchGetEffectiveIamPoliciesResponse({
  1. List<EffectiveIamPolicy>? policyResults,
})

Implementation

BatchGetEffectiveIamPoliciesResponse({
  this.policyResults,
});