module:model/UserSocialIdResult

module:model/UserSocialIdResult

new module:model/UserSocialIdResult()

Source:

Constructs a new UserSocialIdResult.

Members

(inner) socialAccountInformation :Array.<module:model/SocialAccountInformation>

Source:

Contains properties that map a DocuSign user to a social account (Facebook, Yahoo, etc.)

Type:

(inner) userId :String

Source:
Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated UserSocialIdResult instance.

Type
module:model/UserSocialIdResult