| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The identifier of the Controller Service. | [optional] |
| state | StateEnum | The new state of the references for the controller service. | [optional] |
| referencingComponentRevisions | Map<String, RevisionDTO> | The revisions for all referencing components. | [optional] |
| Name | Value |
|---|---|
| ENABLED | "ENABLED" |
| DISABLED | "DISABLED" |
| RUNNING | "RUNNING" |
| STOPPED | "STOPPED" |