WebDavOcFilterRules constructor
      const
      WebDavOcFilterRules({ 
    
    
- TZDateTime? davCreationdate,
- String? davDisplayname,
- String? davGetcontentlanguage,
- int? davGetcontentlength,
- String? davGetcontenttype,
- String? davGetetag,
- TZDateTime? davGetlastmodified,
- int? davQuotaAvailableBytes,
- int? davQuotaUsedBytes,
- WebDavResourcetype? davResourcetype,
- bool? ncAclCanManage,
- bool? ncAclEnabled,
- WebDavNcAclList? ncAclList,
- int? ncContainedFileCount,
- int? ncContainedFolderCount,
- TZDateTime? ncCreationTime,
- String? ncDataFingerprint,
- int? ncGroupFolderId,
- bool? ncHasPreview,
- bool? ncHidden,
- WebDavNcAclList? ncInheritedAclList,
- bool? ncIsEncrypted,
- bool? ncIsMountRoot,
- bool? ncLock,
- String? ncLockOwner,
- String? ncLockOwnerDisplayname,
- String? ncLockOwnerEditor,
- int? ncLockOwnerType,
- TZDateTime? ncLockTime,
- Duration? ncLockTimeout,
- String? ncLockToken,
- String? ncMountType,
- String? ncNote,
- TZDateTime? ncReminderDueDate,
- String? ncRichWorkspace,
- int? ncRichWorkspaceFile,
- TZDateTime? ncUploadTime,
- String? ncVersionAuthor,
- String? ncVersionLabel,
- String? ncMetadataBlurhash,
- WebDavOcChecksums? ocChecksums,
- int? ocCommentsCount,
- String? ocCommentsHref,
- int? ocCommentsUnread,
- String? ocDownloadURL,
- bool? ocFavorite,
- int? ocFileid,
- String? ocId,
- String? ocOwnerDisplayName,
- String? ocOwnerId,
- String? ocPermissions,
- int? ocSize,
- WebDavOcTags? ocTags,
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.ncMountType,
  this.ncNote,
  this.ncReminderDueDate,
  this.ncRichWorkspace,
  this.ncRichWorkspaceFile,
  this.ncShareAttributes,
  this.ncSharees,
  this.ncUploadTime,
  this.ncVersionAuthor,
  this.ncVersionLabel,
  this.ncMetadataBlurhash,
  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,
});