module:model/Group

module:model/Group

new module:model/Group()

Source:

Constructs a new Group.
This object contains information about a group.

Members

(inner) dsGroupId :String

Source:
Type:
  • String

(inner) errorDetails :module:model/ErrorDetails

Source:

Array or errors.

Type:

(inner) groupId :String

Source:

The DocuSign group ID for the group.

Type:
  • String

(inner) groupName :String

Source:

The name of the group.

Type:
  • String

(inner) groupType :String

Source:

The group type.

Type:
  • String

(inner) permissionProfileId :String

Source:

The ID of the permission profile associated with the group.

Type:
  • String

(inner) users :Array.<module:model/UserInfo>

Source:
Type:

(inner) usersCount :String

Source:
Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated Group instance.

Type
module:model/Group