SearchAllIamPoliciesResponse constructor
SearchAllIamPoliciesResponse({
- String? nextPageToken,
- List<
IamPolicySearchResult> ? results,
Implementation
SearchAllIamPoliciesResponse({
this.nextPageToken,
this.results,
});