ncContainedFileCount property

  1. @XmlElement(name: 'contained-file-count', namespace: namespaceNextcloud, includeIfNull: true, isSelfClosing: true)
List<String?>? ncContainedFileCount
final

Implementation

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