Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.04 KB

ActionDTO.md

File metadata and controls

17 lines (14 loc) · 1.04 KB

IO.Swagger.Model.ActionDTO

Properties

Name Type Description Notes
Id int? The action id. [optional]
UserIdentity string The identity of the user that performed the action. [optional]
Timestamp string The timestamp of the action. [optional]
SourceId string The id of the source component. [optional]
SourceName string The name of the source component. [optional]
SourceType string The type of the source component. [optional]
ComponentDetails ComponentDetailsDTO The details of the source component. [optional]
Operation string The operation that was performed. [optional]
ActionDetails ActionDetailsDTO The details of the action. [optional]

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