Class: module:model/BaseAttributesExtensionObjectWithoutSchemaLink

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.

Source:

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.

Source:

(inner) data :Object

Type:
  • Object
Source:

(inner) type :String

Type:
  • String
Source:

(inner) version :String

Type:
  • String
Source: