Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 919 Bytes

Change.md

File metadata and controls

18 lines (13 loc) · 919 Bytes

# Change

Properties

Name Type Description Notes
id int Internal ID of this entity.
created \DateTime The time this entity was created.
userId int The ID of the user associated with this entity.
applicationId int ID of application associated with change. [optional]
entity string API endpoint on which the change was initiated.
old object Resource before the change occurred. [optional]
new object Resource after the change occurred. [optional]
managementKeyId int ID of management key used to perform changes. [optional]

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