Represents a single object edit operation in the history. This captures when an object was created, modified, or deleted as part of an action execution.
| Name | Type | Required | Description |
|---|---|---|---|
| object_primary_key | ObjectPrimaryKeyV2 | Yes | |
| operation_id | ActionRid | Yes | |
| action_type_rid | ActionTypeRid | Yes | |
| user_id | str | Yes | The user ID or principal that performed the action |
| timestamp | datetime | Yes | When this edit occurred (ISO 8601 format) |
| edit | EditHistoryEdit | Yes |