new module:model/CreateStorageDataAttributes(name, extension, theData, obj)
Constructs a new CreateStorageDataAttributes.
Parameters:
| Name | Type | Description |
|---|---|---|
name |
String | |
extension |
module:model/BaseAttributesExtensionObject | |
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/CreateStorageDataAttributes | Optional instance to populate. |
Members
(static) constructFromObject
Constructs a CreateStorageDataAttributes 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.
(inner) extension :module:model/BaseAttributesExtensionObject
Type:
(inner) name :String
Type:
- String