module:model/ESignDocumentFromESignTemplate

module:model/ESignDocumentFromESignTemplate

new module:model/ESignDocumentFromESignTemplate(eSignTemplateId, fileExtension, name, type)

Source:

Constructs a new ESignDocumentFromESignTemplate.

Parameters:
Name Type Description
eSignTemplateId String
fileExtension module:model/DSWorkflowDocGenDocOutputFormat
name Object

Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression]

type module:model/ESignDocumentTypesFromDSTemplate

Members

(inner) eSignTemplateId :String

Source:
Type:
  • String

(inner) fileExtension :module:model/DSWorkflowDocGenDocOutputFormat

Source:
Type:
  • module:model/DSWorkflowDocGenDocOutputFormat

(inner) name :Object

Source:

Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression]

Type:
  • Object

(inner) type :module:model/ESignDocumentTypesFromDSTemplate

Source:
Type:
  • module:model/ESignDocumentTypesFromDSTemplate

Methods

(static) constructFromObject(data, obj) → {module:model/ESignDocumentFromESignTemplate}

Source:

Constructs a ESignDocumentFromESignTemplate from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/ESignDocumentFromESignTemplate

Optional instance to populate.

Returns:

The populated ESignDocumentFromESignTemplate instance.

Type
module:model/ESignDocumentFromESignTemplate