ocFileid property

  1. @XmlElement(name: 'fileid', namespace: namespaceOwncloud, includeIfNull: true, isSelfClosing: true)
List<String?>? ocFileid
final

Implementation

@annotation.XmlElement(
  name: 'fileid',
  namespace: namespaceOwncloud,
  includeIfNull: true,
  isSelfClosing: true,
)
final List<String?>? ocFileid;