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