new module:model/WorkspaceUser()
- Source:
Constructs a new WorkspaceUser
.
A workspaceUser representing the user. This property is only returned in response to user specific GET call.
Members
(inner) accountId :String
- Source:
The account ID associated with the envelope.
Type:
- String
(inner) accountName :String
- Source:
The name of the account that the workspace user belongs to.
Type:
- String
(inner) activeSince :String
- Source:
Type:
- String
(inner) created :String
- Source:
The UTC DateTime when the workspace user was created.
Type:
- String
(inner) createdById :String
- Source:
Type:
- String
(inner) email :String
- Source:
Type:
- String
(inner) errorDetails :module:model/ErrorDetails
- Source:
Array or errors.
Type:
(inner) invitationEmailBlurb :String
- Source:
Type:
- String
(inner) invitationEmailSubject :String
- Source:
Type:
- String
(inner) lastModified :String
- Source:
Utc date and time the comment was last updated (can only be done by creator.)
Type:
- String
(inner) lastModifiedById :String
- Source:
Type:
- String
(inner) status :String
- Source:
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
Type:
- String
(inner) type :String
- Source:
Type of the user. Valid values: type_owner, type_participant.
Type:
- String
(inner) userId :String
- Source:
Type:
- String
(inner) userName :String
- Source:
Type:
- String
(inner) workspaceId :String
- Source:
Type:
- String
(inner) workspaceUserBaseUrl :String
- Source:
The relative URI that may be used to access a workspace user.
Type:
- String
(inner) workspaceUserId :String
- Source:
Type:
- String
(inner) workspaceUserUri :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/WorkspaceUser}
- Source:
Constructs a WorkspaceUser
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/WorkspaceUser | Optional instance to populate. |
Returns:
The populated WorkspaceUser
instance.