ncLockOwner property

  1. @XmlElement(name: 'lock-owner', namespace: namespaceNextcloud, includeIfNull: true, isSelfClosing: true)
List<String?>? ncLockOwner
final

Implementation

@annotation.XmlElement(
  name: 'lock-owner',
  namespace: namespaceNextcloud,
  includeIfNull: true,
  isSelfClosing: true,
)
final List<String?>? ncLockOwner;