ActionDetail constructor

ActionDetail({
  1. AppliedLabelChange? appliedLabelChange,
  2. Comment? comment,
  3. Create? create,
  4. Delete? delete,
  5. DataLeakPreventionChange? dlpChange,
  6. Edit? edit,
  7. Move? move,
  8. PermissionChange? permissionChange,
  9. ApplicationReference? reference,
  10. Rename? rename,
  11. Restore? restore,
  12. 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,
});