Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 709 Bytes

File metadata and controls

28 lines (16 loc) · 709 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"