new module:model/ConditionalRecipientRuleFilter()
Constructs a new ConditionalRecipientRuleFilter
.
Members
(inner) operator :String
Type:
- String
(inner) recipientId :String
Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.
Type:
- String
(inner) scope :String
Type:
- String
(inner) tabId :String
The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].
Type:
- String
(inner) tabLabel :String
The label string associated with the tab.
Type:
- String
(inner) tabType :String
Type:
- String
(inner) value :String
Specifies the value of the tab.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/ConditionalRecipientRuleFilter}
Constructs a ConditionalRecipientRuleFilter
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/ConditionalRecipientRuleFilter | Optional instance to populate. |
Returns:
The populated ConditionalRecipientRuleFilter
instance.