Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 799 Bytes

File metadata and controls

18 lines (13 loc) · 799 Bytes

ObjectEditHistoryEntry

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.

Properties

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

[Back to Model list] [Back to API list] [Back to README]