ncInheritedAclList property

  1. @XmlElement(name: 'inherited-acl-list', namespace: namespaceNextcloud, includeIfNull: false)
WebDavNcAclList? ncInheritedAclList
final

Implementation

@annotation.XmlElement(
  name: 'inherited-acl-list',
  namespace: namespaceNextcloud,
  includeIfNull: false,
)
final WebDavNcAclList? ncInheritedAclList;