ListAclPoliciesResponse constructor

ListAclPoliciesResponse({
  1. List<AclPolicy>? aclPolicies,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListAclPoliciesResponse({
  this.aclPolicies,
  this.nextPageToken,
  this.unreachable,
});