ocOwnerId property

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

Implementation

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