module:model/TemplateSharedItem

module:model/TemplateSharedItem

new module:model/TemplateSharedItem()

Source:

Constructs a new TemplateSharedItem.
Information about shared templates.

Members

(inner) errorDetails :module:model/ErrorDetails

Source:

Array or errors.

Type:

(inner) owner :module:model/UserInfo

Source:

Information about the user who owns the template.

Type:

(inner) password :String

Source:
Type:
  • String

(inner) shared :String

Source:

When set to true, this custom tab is shared.

Type:
  • String

(inner) sharedGroups :Array.<module:model/MemberGroupSharedItem>

Source:
Type:

(inner) sharedUsers :Array.<module:model/UserSharedItem>

Source:
Type:

(inner) templateId :String

Source:

The unique identifier of the template. If this is not provided, DocuSign will generate a value.

Type:
  • String

(inner) templateName :String

Source:
Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated TemplateSharedItem instance.

Type
module:model/TemplateSharedItem