Members
(inner) createdDate :String
- Source:
Type:
- String
(inner) enabled :String
- Source:
Type:
- String
(inner) searchable :String
- Source:
Type:
- String
(inner) userInfo :module:model/UserInformation
- Source:
Information about the user registering to be a notary.
Type:
Methods
(static) constructFromObject(data, obj) → {module:model/Notary}
- Source:
Constructs a Notary
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/Notary | Optional instance to populate. |
Returns:
The populated Notary
instance.
- Type
- module:model/Notary