new module:model/BulkSendingCopyTab()
- Source:
Constructs a new BulkSendingCopyTab
.
A tab associated with the bulk send recipient. In a bulk send request, each recipient tab must match a recipient tab on the envelope or template that you want to send. To match up, the tabLabel
for this tab and the tabLabel
for the corresponding tab on the envelope or template must be the same. For example, if the envelope has a placeholder text tab with the tabLabel
childName
, you must assign the same tabLabel
childName
to the tab here that you are populating with that information.
Members
(inner) initialValue :String
- Source:
The original value of the tab.
Type:
- String
(inner) tabLabel :String
- Source:
The label string associated with the tab.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/BulkSendingCopyTab}
- Source:
Constructs a BulkSendingCopyTab
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/BulkSendingCopyTab | Optional instance to populate. |
Returns:
The populated BulkSendingCopyTab
instance.