DriveCapabilities constructor

DriveCapabilities({
  1. bool? canAddChildren,
  2. bool? canChangeCopyRequiresWriterPermissionRestriction,
  3. bool? canChangeDomainUsersOnlyRestriction,
  4. bool? canChangeDriveBackground,
  5. bool? canChangeDriveMembersOnlyRestriction,
  6. bool? canChangeSharingFoldersRequiresOrganizerPermissionRestriction,
  7. bool? canComment,
  8. bool? canCopy,
  9. bool? canDeleteChildren,
  10. bool? canDeleteDrive,
  11. bool? canDownload,
  12. bool? canEdit,
  13. bool? canListChildren,
  14. bool? canManageMembers,
  15. bool? canReadRevisions,
  16. bool? canRename,
  17. bool? canRenameDrive,
  18. bool? canResetDriveRestrictions,
  19. bool? canShare,
  20. bool? canTrashChildren,
})

Implementation

DriveCapabilities({
  this.canAddChildren,
  this.canChangeCopyRequiresWriterPermissionRestriction,
  this.canChangeDomainUsersOnlyRestriction,
  this.canChangeDriveBackground,
  this.canChangeDriveMembersOnlyRestriction,
  this.canChangeSharingFoldersRequiresOrganizerPermissionRestriction,
  this.canComment,
  this.canCopy,
  this.canDeleteChildren,
  this.canDeleteDrive,
  this.canDownload,
  this.canEdit,
  this.canListChildren,
  this.canManageMembers,
  this.canReadRevisions,
  this.canRename,
  this.canRenameDrive,
  this.canResetDriveRestrictions,
  this.canShare,
  this.canTrashChildren,
});