new module:model/JsonApiLinksSelf(self, theData, obj)
Constructs a new JsonApiLinksSelf.
provides the identity link (a link to itself)
Parameters:
| Name | Type | Description |
|---|---|---|
self |
module:model/JsonApiLink | |
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/JsonApiLinksSelf | Optional instance to populate. |
- Source:
Members
(static) constructFromObject
Constructs a JsonApiLinksSelf 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.
- Source:
(inner) self :module:model/JsonApiLink
Type:
- Source: