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