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