new module:model/CreateItemIncluded(type, id, theData, obj)
Constructs a new CreateItemIncluded.
Parameters:
| Name | Type | Description |
|---|---|---|
type |
module:model/CreateItemIncluded.TypeEnum | |
id |
module:model/CreateItemIncluded.IdEnum | |
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/CreateItemIncluded | Optional instance to populate. |
- Source:
Members
(static) constructFromObject
Constructs a CreateItemIncluded 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) IdEnum :String
Allowed values for the id property.
Type:
- String
Properties:
| Name | Type | Description |
|---|---|---|
1 |
String | value: "1" |
- Source:
(static, readonly) TypeEnum :String
Allowed values for the type property.
Type:
- String
Properties:
| Name | Type | Description |
|---|---|---|
versions |
String | value: "versions" |
- Source:
(inner) attributes :module:model/CreateStorageDataAttributes
Type:
- Source:
(inner) id :module:model/CreateItemIncluded.IdEnum
Type:
- Source:
(inner) relationships :module:model/CreateItemRelationships
Type:
- Source:
(inner) type :module:model/CreateItemIncluded.TypeEnum
Type:
- Source: