Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.5 KB

VersionhistoryResponse.md

File metadata and controls

25 lines (20 loc) · 1.5 KB

EzmaxApi::Object::VersionhistoryResponse

Load the model package

use EzmaxApi::Object::VersionhistoryResponse;

Properties

Name Type Description Notes
pki_versionhistory_id int The unique ID of the Versionhistory
fki_module_id int The unique ID of the Module [optional]
fki_modulesection_id int The unique ID of the Modulesection [optional]
s_module_name_x string The Name of the Module in the language of the requester [optional]
s_modulesection_name_x string The Name of the Modulesection in the language of the requester [optional]
e_versionhistory_usertype FieldEVersionhistoryUsertype [optional]
obj_versionhistory_detail MultilingualVersionhistoryDetail
dt_versionhistory_date string The date at which the Versionhistory was published or should be published
dt_versionhistory_dateend string The date at which the Versionhistory will no longer be visible [optional]
e_versionhistory_type FieldEVersionhistoryType
b_versionhistory_draft boolean Whether the Versionhistory is published or still a draft

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