Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 904 Bytes

Change.md

File metadata and controls

16 lines (13 loc) · 904 Bytes

TalonOne.Model.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]