ocOwnerDisplayName property

  1. @XmlElement(name: 'owner-display-name', namespace: namespaceOwncloud, includeIfNull: true, isSelfClosing: true)
List<String?>? ocOwnerDisplayName
final

Implementation

@annotation.XmlElement(
  name: 'owner-display-name',
  namespace: namespaceOwncloud,
  includeIfNull: true,
  isSelfClosing: true,
)
final List<String?>? ocOwnerDisplayName;