TeamDriveCapabilities constructor

TeamDriveCapabilities({
  1. bool? canAddChildren,
  2. bool? canChangeCopyRequiresWriterPermissionRestriction,
  3. bool? canChangeDomainUsersOnlyRestriction,
  4. bool? canChangeSharingFoldersRequiresOrganizerPermissionRestriction,
  5. bool? canChangeTeamDriveBackground,
  6. bool? canChangeTeamMembersOnlyRestriction,
  7. bool? canComment,
  8. bool? canCopy,
  9. bool? canDeleteChildren,
  10. bool? canDeleteTeamDrive,
  11. bool? canDownload,
  12. bool? canEdit,
  13. bool? canListChildren,
  14. bool? canManageMembers,
  15. bool? canReadRevisions,
  16. bool? canRemoveChildren,
  17. bool? canRename,
  18. bool? canRenameTeamDrive,
  19. bool? canResetTeamDriveRestrictions,
  20. bool? canShare,
  21. bool? canTrashChildren,
})

Implementation

TeamDriveCapabilities({
  this.canAddChildren,
  this.canChangeCopyRequiresWriterPermissionRestriction,
  this.canChangeDomainUsersOnlyRestriction,
  this.canChangeSharingFoldersRequiresOrganizerPermissionRestriction,
  this.canChangeTeamDriveBackground,
  this.canChangeTeamMembersOnlyRestriction,
  this.canComment,
  this.canCopy,
  this.canDeleteChildren,
  this.canDeleteTeamDrive,
  this.canDownload,
  this.canEdit,
  this.canListChildren,
  this.canManageMembers,
  this.canReadRevisions,
  this.canRemoveChildren,
  this.canRename,
  this.canRenameTeamDrive,
  this.canResetTeamDriveRestrictions,
  this.canShare,
  this.canTrashChildren,
});