ocTags property
- @XmlElement(name: 'tags', namespace: namespaceOwncloud, includeIfNull: true, isSelfClosing: true)
final
Implementation
@annotation.XmlElement(
name: 'tags',
namespace: namespaceOwncloud,
includeIfNull: true,
isSelfClosing: true,
)
final List<String?>? ocTags;