module:model/TemplateProperties

module:model/TemplateProperties

new module:model/TemplateProperties()

Source:

Constructs a new TemplateProperties.
Information about a DocuSign template that will be used to seed a web form.

Members

(inner) clonedTemplateId :String

Source:

Template identifier for cloned Template that is used by the DocuSign Template API.

Type:
  • String

(inner) importedDateTime :String

Source:

Track the time of assignment of Template information to the Form.

Type:
  • String

(inner) originalTemplateId :String

Source:

Template identifier for original Template that is used by the DocuSign Template API.

Type:
  • String

(inner) recipientIds :Array:.<String:>

Source:

Track mapped recipients on Template.

Type:
  • Array:.<String:>

Methods

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

Source:

Constructs a TemplateProperties 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/TemplateProperties

Optional instance to populate.

Returns:

The populated TemplateProperties instance.

Type
module:model/TemplateProperties