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