ActionDetail constructor
ActionDetail({
- AppliedLabelChange? appliedLabelChange,
- Comment? comment,
- Create? create,
- Delete? delete,
- DataLeakPreventionChange? dlpChange,
- Edit? edit,
- Move? move,
- PermissionChange? permissionChange,
- ApplicationReference? reference,
- Rename? rename,
- Restore? restore,
- SettingsChange? settingsChange,
Implementation
ActionDetail({
this.appliedLabelChange,
this.comment,
this.create,
this.delete,
this.dlpChange,
this.edit,
this.move,
this.permissionChange,
this.reference,
this.rename,
this.restore,
this.settingsChange,
});