Table of Contents | ||
---|---|---|
|
Change Management System Definition
Name | Type | Description |
---|---|---|
id | Long | The id of the change management system. |
name | String | The name of the change management system. |
properties | List<Properties> | A list of properties associated with the corresponding Change Management System. |
Property Definition
Name | Type | Description |
---|---|---|
propertyName | String | A name corresponding to the property type. |
propertyValue | String | The value associated with the corresponding property type. |
...