ncRichWorkspaceFile property

  1. @XmlElement(name: 'rich-workspace-file', namespace: namespaceNextcloud, includeIfNull: true, isSelfClosing: true)
List<String?>? ncRichWorkspaceFile
final

Implementation

@annotation.XmlElement(
  name: 'rich-workspace-file',
  namespace: namespaceNextcloud,
  includeIfNull: true,
  isSelfClosing: true,
)
final List<String?>? ncRichWorkspaceFile;