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