ncShareAttributes property

  1. @XmlElement(name: 'share-attributes', namespace: namespaceNextcloud, includeIfNull: false)
String? ncShareAttributes
final

Implementation

@annotation.XmlElement(
  name: 'share-attributes',
  namespace: namespaceNextcloud,
  includeIfNull: false,
)
final String? ncShareAttributes;