Class: module:model/CreateStorageData

module:model/CreateStorageData(type, theData, obj)

new module:model/CreateStorageData(type, theData, obj)

Constructs a new CreateStorageData.

Parameters:
Name Type Description
type module:model/CreateStorageData.TypeEnum
theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/CreateStorageData

Optional instance to populate.

Source:

Members

(static) constructFromObject

Constructs a CreateStorageData 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:

(static, readonly) TypeEnum :String

Allowed values for the type property.

Type:
  • String
Properties:
Name Type Description
objects String

value: "objects"

Source:

(inner) attributes :module:model/CreateStorageDataAttributes

Type:
Source:

(inner) relationships :module:model/CreateStorageDataRelationships

Type:
Source:

(inner) type :module:model/CreateStorageData.TypeEnum

Type:
Source: