Members
(inner) envelopeId :String
- Source:
The envelope ID of the envelope status that failed to post.
Type:
- String
(inner) hmac :String
- Source:
Type:
- String
(inner) id :String
- Source:
Type:
- String
(inner) mentions :Array.<String>
- Source:
Type:
- Array.<String>
(inner) read :Boolean
- Source:
Type:
- Boolean
(inner) sentByEmail :String
- Source:
Type:
- String
(inner) sentByFullName :String
- Source:
Type:
- String
(inner) sentByImageId :String
- Source:
Type:
- String
(inner) sentByInitials :String
- Source:
Type:
- String
(inner) sentByRecipientId :String
- Source:
Type:
- String
(inner) sentByUserId :String
- Source:
Type:
- String
(inner) signingGroupId :String
- Source:
When set to true and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once).
Type:
- String
(inner) signingGroupName :String
- Source:
The display name for the signing group. Maximum Length: 100 characters.
Type:
- String
(inner) subject :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) text :String
- Source:
Type:
- String
(inner) threadId :String
- Source:
Type:
- String
(inner) threadOriginatorId :String
- Source:
Type:
- String
(inner) timestamp :String
- Source:
Type:
- String
(inner) timeStampFormatted :String
- Source:
Type:
- String
(inner) visibleTo :Array.<String>
- Source:
Type:
- Array.<String>
Methods
(static) constructFromObject(data, obj) → {module:model/Comment}
- Source:
Constructs a Comment
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/Comment | Optional instance to populate. |
Returns:
The populated Comment
instance.
- Type
- module:model/Comment