Acl constructor

Acl({
  1. List<AclEntry>? aclEntries,
  2. String? etag,
  3. String? name,
  4. String? patternType,
  5. String? resourceName,
  6. String? resourceType,
})

Implementation

Acl({
  this.aclEntries,
  this.etag,
  this.name,
  this.patternType,
  this.resourceName,
  this.resourceType,
});