new module:model/Refs(data, theData, obj)
Constructs a new Refs.
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Array.<module:model/RelRef> | |
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/Refs | Optional instance to populate. |
- Implements:
- Source:
Members
(static) constructFromObject
Constructs a Refs 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) data :Array.<module:model/RelRef>
Type:
- Array.<module:model/RelRef>
- Source:
(inner) jsonapi :module:model/JsonApiVersionJsonapi
Type:
- Source: