SearchAllIamPoliciesResponse constructor

SearchAllIamPoliciesResponse({
  1. String? nextPageToken,
  2. List<IamPolicySearchResult>? results,
})

Implementation

SearchAllIamPoliciesResponse({
  this.nextPageToken,
  this.results,
});