ncIsMountRoot property

  1. @XmlElement(name: 'is-mount-root', namespace: namespaceNextcloud, includeIfNull: true, isSelfClosing: true)
List<String?>? ncIsMountRoot
final

Implementation

@annotation.XmlElement(
  name: 'is-mount-root',
  namespace: namespaceNextcloud,
  includeIfNull: true,
  isSelfClosing: true,
)
final List<String?>? ncIsMountRoot;