WebDavOcFilterRules constructor

const WebDavOcFilterRules({
  1. TZDateTime? davCreationdate,
  2. String? davDisplayname,
  3. String? davGetcontentlanguage,
  4. int? davGetcontentlength,
  5. String? davGetcontenttype,
  6. String? davGetetag,
  7. TZDateTime? davGetlastmodified,
  8. int? davQuotaAvailableBytes,
  9. int? davQuotaUsedBytes,
  10. WebDavResourcetype? davResourcetype,
  11. bool? ncAclCanManage,
  12. bool? ncAclEnabled,
  13. WebDavNcAclList? ncAclList,
  14. int? ncContainedFileCount,
  15. int? ncContainedFolderCount,
  16. TZDateTime? ncCreationTime,
  17. String? ncDataFingerprint,
  18. int? ncGroupFolderId,
  19. bool? ncHasPreview,
  20. bool? ncHidden,
  21. WebDavNcAclList? ncInheritedAclList,
  22. bool? ncIsEncrypted,
  23. bool? ncIsMountRoot,
  24. bool? ncLock,
  25. String? ncLockOwner,
  26. String? ncLockOwnerDisplayname,
  27. String? ncLockOwnerEditor,
  28. int? ncLockOwnerType,
  29. TZDateTime? ncLockTime,
  30. Duration? ncLockTimeout,
  31. String? ncLockToken,
  32. String? ncMetadataEtag,
  33. String? ncMountType,
  34. String? ncNote,
  35. TZDateTime? ncReminderDueDate,
  36. String? ncRichWorkspace,
  37. int? ncRichWorkspaceFile,
  38. String? ncShareAttributes,
  39. WebDavNcShareeList? ncSharees,
  40. TZDateTime? ncUploadTime,
  41. String? ncVersionAuthor,
  42. String? ncVersionLabel,
  43. WebDavOcChecksums? ocChecksums,
  44. int? ocCommentsCount,
  45. String? ocCommentsHref,
  46. int? ocCommentsUnread,
  47. String? ocDownloadURL,
  48. bool? ocFavorite,
  49. int? ocFileid,
  50. String? ocId,
  51. String? ocOwnerDisplayName,
  52. String? ocOwnerId,
  53. String? ocPermissions,
  54. WebDavOcShareTypes? ocShareTypes,
  55. int? ocSize,
  56. WebDavOcTags? ocTags,
  57. String? ocmSharePermissions,
  58. int? ocsSharePermissions,
})

Implementation

const WebDavOcFilterRules({
  this.davCreationdate,
  this.davDisplayname,
  this.davGetcontentlanguage,
  this.davGetcontentlength,
  this.davGetcontenttype,
  this.davGetetag,
  this.davGetlastmodified,
  this.davQuotaAvailableBytes,
  this.davQuotaUsedBytes,
  this.davResourcetype,
  this.ncAclCanManage,
  this.ncAclEnabled,
  this.ncAclList,
  this.ncContainedFileCount,
  this.ncContainedFolderCount,
  this.ncCreationTime,
  this.ncDataFingerprint,
  this.ncGroupFolderId,
  this.ncHasPreview,
  this.ncHidden,
  this.ncInheritedAclList,
  this.ncIsEncrypted,
  this.ncIsMountRoot,
  this.ncLock,
  this.ncLockOwner,
  this.ncLockOwnerDisplayname,
  this.ncLockOwnerEditor,
  this.ncLockOwnerType,
  this.ncLockTime,
  this.ncLockTimeout,
  this.ncLockToken,
  this.ncMetadataEtag,
  this.ncMountType,
  this.ncNote,
  this.ncReminderDueDate,
  this.ncRichWorkspace,
  this.ncRichWorkspaceFile,
  this.ncShareAttributes,
  this.ncSharees,
  this.ncUploadTime,
  this.ncVersionAuthor,
  this.ncVersionLabel,
  this.ocChecksums,
  this.ocCommentsCount,
  this.ocCommentsHref,
  this.ocCommentsUnread,
  this.ocDownloadURL,
  this.ocFavorite,
  this.ocFileid,
  this.ocId,
  this.ocOwnerDisplayName,
  this.ocOwnerId,
  this.ocPermissions,
  this.ocShareTypes,
  this.ocSize,
  this.ocTags,
  this.ocmSharePermissions,
  this.ocsSharePermissions,
});