ncShareAttributes property

  1. @XmlElement(name: 'share-attributes', namespace: namespaceNextcloud, includeIfNull: true, isSelfClosing: true)
List<String?>? ncShareAttributes
final

Implementation

@annotation.XmlElement(
  name: 'share-attributes',
  namespace: namespaceNextcloud,
  includeIfNull: true,
  isSelfClosing: true,
)
final List<String?>? ncShareAttributes;