TeamDriveCapabilities constructor
TeamDriveCapabilities({
- bool? canAddChildren,
- bool? canChangeCopyRequiresWriterPermissionRestriction,
- bool? canChangeDomainUsersOnlyRestriction,
- bool? canChangeSharingFoldersRequiresOrganizerPermissionRestriction,
- bool? canChangeTeamDriveBackground,
- bool? canChangeTeamMembersOnlyRestriction,
- bool? canComment,
- bool? canCopy,
- bool? canDeleteChildren,
- bool? canDeleteTeamDrive,
- bool? canDownload,
- bool? canEdit,
- bool? canListChildren,
- bool? canManageMembers,
- bool? canReadRevisions,
- bool? canRemoveChildren,
- bool? canRename,
- bool? canRenameTeamDrive,
- bool? canResetTeamDriveRestrictions,
- 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,
});