acls property

List<Acl>? acls
getter/setter pair

The list of acls in the requested parent.

The order of the acls is unspecified.

Implementation

core.List<Acl>? acls;