module:model/EnvelopesSharesResponseItem

module:model/EnvelopesSharesResponseItem

new module:model/EnvelopesSharesResponseItem()

Source:

Constructs a new EnvelopesSharesResponseItem.

Members

(inner) agentUser :module:model/AuthorizationUser

Source:
Type:

(inner) createdTimestamp :String

Source:
Type:
  • String

(inner) envelopeId :String

Source:

The envelope ID of the envelope status that failed to post.

Type:
  • String

(inner) errorDetails :module:model/ErrorDetails

Source:

Array or errors.

Type:

(inner) modifiedTimestamp :String

Source:
Type:
  • String

(inner) permission :String

Source:
Type:
  • String

(inner) senderInfo :module:model/AuthorizationUser

Source:
Type:

(inner) shareId :String

Source:
Type:
  • String

(inner) subject :String

Source:
Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated EnvelopesSharesResponseItem instance.

Type
module:model/EnvelopesSharesResponseItem