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