Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.81 KB

EzsigntemplateResponseCompound.md

File metadata and controls

28 lines (23 loc) · 1.81 KB

openapi.model.EzsigntemplateResponseCompound

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiEzsigntemplateID int The unique ID of the Ezsigntemplate
fkiEzsigntemplatedocumentID int The unique ID of the Ezsigntemplatedocument [optional]
fkiEzsignfoldertypeID int The unique ID of the Ezsignfoldertype. [optional]
fkiLanguageID int The unique ID of the Language. Valid values: Value
sLanguageNameX String The Name of the Language in the language of the requester
sEzsigntemplateDescription String The description of the Ezsigntemplate
sEzsigntemplateFilenamepattern String The filename pattern of the Ezsigntemplate [optional]
bEzsigntemplateAdminonly bool Whether the Ezsigntemplate can be accessed by admin users only (eUserType=Normal)
sEzsignfoldertypeNameX String The name of the Ezsignfoldertype in the language of the requester [optional]
objAudit CommonAudit
bEzsigntemplateEditallowed bool Whether the Ezsigntemplate if allowed to edit or not
eEzsigntemplateType FieldEEzsigntemplateType [optional]
objEzsigntemplatedocument EzsigntemplatedocumentResponse [optional]
aObjEzsigntemplatesigner List [default to const []]

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