FileCapabilities constructor

FileCapabilities({
  1. bool? canAcceptOwnership,
  2. bool? canAddChildren,
  3. bool? canAddFolderFromAnotherDrive,
  4. bool? canAddMyDriveParent,
  5. bool? canChangeCopyRequiresWriterPermission,
  6. bool? canChangeSecurityUpdateEnabled,
  7. bool? canChangeViewersCanCopyContent,
  8. bool? canComment,
  9. bool? canCopy,
  10. bool? canDelete,
  11. bool? canDeleteChildren,
  12. bool? canDownload,
  13. bool? canEdit,
  14. bool? canListChildren,
  15. bool? canModifyContent,
  16. bool? canModifyContentRestriction,
  17. bool? canModifyEditorContentRestriction,
  18. bool? canModifyLabels,
  19. bool? canModifyOwnerContentRestriction,
  20. bool? canMoveChildrenOutOfDrive,
  21. bool? canMoveChildrenOutOfTeamDrive,
  22. bool? canMoveChildrenWithinDrive,
  23. bool? canMoveChildrenWithinTeamDrive,
  24. bool? canMoveItemIntoTeamDrive,
  25. bool? canMoveItemOutOfDrive,
  26. bool? canMoveItemOutOfTeamDrive,
  27. bool? canMoveItemWithinDrive,
  28. bool? canMoveItemWithinTeamDrive,
  29. bool? canMoveTeamDriveItem,
  30. bool? canReadDrive,
  31. bool? canReadLabels,
  32. bool? canReadRevisions,
  33. bool? canReadTeamDrive,
  34. bool? canRemoveChildren,
  35. bool? canRemoveContentRestriction,
  36. bool? canRemoveMyDriveParent,
  37. bool? canRename,
  38. bool? canShare,
  39. bool? canTrash,
  40. bool? canTrashChildren,
  41. 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,
});