Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 690 Bytes

File metadata and controls

27 lines (16 loc) · 690 Bytes

CampaignLogSummary

Campaign Log Summary

Properties

Name Type Description Notes
name String Name of the user that performed the change.
email String E-mail of the user that performed the change.
created OffsetDateTime Date and time the change was performed.
action ActionEnum Action performed by the user.
summary String AI-generated summary of the action performed.

Enum: ActionEnum

Name Value
CREATE "create"
DELETE "delete"
UPDATE "update"