module:model/ConditionalRecipientRuleFilter

module:model/ConditionalRecipientRuleFilter

new module:model/ConditionalRecipientRuleFilter()

Source:

Constructs a new ConditionalRecipientRuleFilter.

Members

(inner) operator :String

Source:
Type:
  • String

(inner) recipientId :String

Source:

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

Source:
Type:
  • String

(inner) tabId :String

Source:

The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].

Type:
  • String

(inner) tabLabel :String

Source:

The label string associated with the tab.

Type:
  • String

(inner) tabType :String

Source:
Type:
  • String

(inner) value :String

Source:

Specifies the value of the tab.

Type:
  • String

Methods

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

Source:

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.

Type
module:model/ConditionalRecipientRuleFilter