Class: module:model/CreateItem

module:model/CreateItem(included, theData, obj)

new module:model/CreateItem(included, theData, obj)

Constructs a new CreateItem.

Parameters:
Name Type Description
included Array.<module:model/CreateItemIncluded>
theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/CreateItem

Optional instance to populate.

Implements:
Source:

Members

(static) constructFromObject

Constructs a CreateItem 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 :module:model/CreateItemData

Type:
Source:

(inner) included :Array.<module:model/CreateItemIncluded>

Type:
Source:

(inner) jsonapi :module:model/JsonApiVersionJsonapi

Type:
Source: