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