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