ocCommentsCount property
- @XmlElement(name: 'comments-count', namespace: namespaceOwncloud, includeIfNull: false)
final
Implementation
@annotation.XmlElement(
name: 'comments-count',
namespace: namespaceOwncloud,
includeIfNull: false,
)
final int? ocCommentsCount;