ocCommentsUnread property

  1. @XmlElement(name: 'comments-unread', namespace: namespaceOwncloud, includeIfNull: false)
int? ocCommentsUnread
final

Implementation

@annotation.XmlElement(
  name: 'comments-unread',
  namespace: namespaceOwncloud,
  includeIfNull: false,
)
final int? ocCommentsUnread;