ncAclList property
- @XmlElement(name: 'acl-list', namespace: namespaceNextcloud, includeIfNull: true, isSelfClosing: true)
final
Implementation
@annotation.XmlElement(
name: 'acl-list',
namespace: namespaceNextcloud,
includeIfNull: true,
isSelfClosing: true,
)
final List<String?>? ncAclList;