Class: module:models/CatalogVersion

module:models/CatalogVersion()

new module:models/CatalogVersion()

Constructs a new CatalogVersion.

Source:

Members

(inner) categories :Array.<module:models/CategoryHierarchy>

Type:
Source:

(inner) id :String

Type:
  • String
Source:

(inner) lastModified :String

Type:
  • String
Source:

(inner) name :String

Type:
  • String
Source:

(inner) url :String

Type:
  • String
Source:

Methods

(static) constructFromObject(data, obj) → {module:models/CatalogVersion}

Constructs a CatalogVersion 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.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:models/CatalogVersion

Optional instance to populate.

Source:
Returns:

The populated CatalogVersion instance.

Type
module:models/CatalogVersion