FileCapabilities constructor
FileCapabilities({
- bool? canAcceptOwnership,
- bool? canAddChildren,
- bool? canAddFolderFromAnotherDrive,
- bool? canAddMyDriveParent,
- bool? canChangeCopyRequiresWriterPermission,
- bool? canChangeSecurityUpdateEnabled,
- bool? canChangeViewersCanCopyContent,
- bool? canComment,
- bool? canCopy,
- bool? canDelete,
- bool? canDeleteChildren,
- bool? canDownload,
- bool? canEdit,
- bool? canListChildren,
- bool? canModifyContent,
- bool? canModifyContentRestriction,
- bool? canModifyEditorContentRestriction,
- bool? canModifyLabels,
- bool? canModifyOwnerContentRestriction,
- bool? canMoveChildrenOutOfDrive,
- bool? canMoveChildrenOutOfTeamDrive,
- bool? canMoveChildrenWithinDrive,
- bool? canMoveChildrenWithinTeamDrive,
- bool? canMoveItemIntoTeamDrive,
- bool? canMoveItemOutOfDrive,
- bool? canMoveItemOutOfTeamDrive,
- bool? canMoveItemWithinDrive,
- bool? canMoveItemWithinTeamDrive,
- bool? canMoveTeamDriveItem,
- bool? canReadDrive,
- bool? canReadLabels,
- bool? canReadRevisions,
- bool? canReadTeamDrive,
- bool? canRemoveChildren,
- bool? canRemoveContentRestriction,
- bool? canRemoveMyDriveParent,
- bool? canRename,
- bool? canTrash,
- bool? canTrashChildren,
- bool? canUntrash,
Implementation
FileCapabilities({
this.canAcceptOwnership,
this.canAddChildren,
this.canAddFolderFromAnotherDrive,
this.canAddMyDriveParent,
this.canChangeCopyRequiresWriterPermission,
this.canChangeSecurityUpdateEnabled,
this.canChangeViewersCanCopyContent,
this.canComment,
this.canCopy,
this.canDelete,
this.canDeleteChildren,
this.canDownload,
this.canEdit,
this.canListChildren,
this.canModifyContent,
this.canModifyContentRestriction,
this.canModifyEditorContentRestriction,
this.canModifyLabels,
this.canModifyOwnerContentRestriction,
this.canMoveChildrenOutOfDrive,
this.canMoveChildrenOutOfTeamDrive,
this.canMoveChildrenWithinDrive,
this.canMoveChildrenWithinTeamDrive,
this.canMoveItemIntoTeamDrive,
this.canMoveItemOutOfDrive,
this.canMoveItemOutOfTeamDrive,
this.canMoveItemWithinDrive,
this.canMoveItemWithinTeamDrive,
this.canMoveTeamDriveItem,
this.canReadDrive,
this.canReadLabels,
this.canReadRevisions,
this.canReadTeamDrive,
this.canRemoveChildren,
this.canRemoveContentRestriction,
this.canRemoveMyDriveParent,
this.canRename,
this.canShare,
this.canTrash,
this.canTrashChildren,
this.canUntrash,
});