Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.46 KB

VersionhistoryResponseCompound.md

File metadata and controls

25 lines (20 loc) · 1.46 KB

openapi.model.VersionhistoryResponseCompound

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiVersionhistoryID int The unique ID of the Versionhistory
fkiModuleID int The unique ID of the Module [optional]
fkiModulesectionID int The unique ID of the Modulesection [optional]
sModuleNameX String The Name of the Module in the language of the requester [optional]
sModulesectionNameX String The Name of the Modulesection in the language of the requester [optional]
eVersionhistoryUsertype FieldEVersionhistoryUsertype [optional]
objVersionhistoryDetail MultilingualVersionhistoryDetail
dtVersionhistoryDate String The date at which the Versionhistory was published or should be published
dtVersionhistoryDateend String The date at which the Versionhistory will no longer be visible [optional]
eVersionhistoryType FieldEVersionhistoryType
bVersionhistoryDraft bool Whether the Versionhistory is published or still a draft

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