DriveCapabilities constructor
DriveCapabilities({
- bool? canAddChildren,
- bool? canChangeCopyRequiresWriterPermissionRestriction,
- bool? canChangeDomainUsersOnlyRestriction,
- bool? canChangeDriveBackground,
- bool? canChangeDriveMembersOnlyRestriction,
- bool? canChangeSharingFoldersRequiresOrganizerPermissionRestriction,
- bool? canComment,
- bool? canCopy,
- bool? canDeleteChildren,
- bool? canDeleteDrive,
- bool? canDownload,
- bool? canEdit,
- bool? canListChildren,
- bool? canManageMembers,
- bool? canReadRevisions,
- bool? canRename,
- bool? canRenameDrive,
- bool? canResetDriveRestrictions,
- 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,
});