ocTags property

  1. @XmlElement(name: 'tags', namespace: namespaceOwncloud, includeIfNull: false)
WebDavOcTags? ocTags
final

Implementation

@annotation.XmlElement(
  name: 'tags',
  namespace: namespaceOwncloud,
  includeIfNull: false,
)
final WebDavOcTags? ocTags;