Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.19 KB

ClonehistoryListElement.md

File metadata and controls

25 lines (20 loc) · 1.19 KB

EzmaxApi::Object::ClonehistoryListElement

Load the model package

use EzmaxApi::Object::ClonehistoryListElement;

Properties

Name Type Description Notes
pki_clonehistory_id int The unique ID of the Clonehistory
fki_user_id_cloning int The unique ID of the User
fki_user_id_cloned int The unique ID of the User
dt_clonehistory_firsthit string The firsthit of the Clonehistory
dt_clonehistory_lasthit string The lasthit of the Clonehistory [optional]
s_user_loginname_cloning string The login name of the User.
s_user_firstname_cloning string The first name of the user
s_user_lastname_cloning string The last name of the user
s_user_loginname_cloned string The login name of the User.
s_user_firstname_cloned string The first name of the user
s_user_lastname_cloned string The last name of the user

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