| Name | Type | Description | Notes |
|---|---|---|---|
| requestId | String | The ID of the request | [optional] |
| uri | String | The URI for the request | [optional] |
| submissionTime | DateTime | The timestamp of when the request was submitted | [optional] |
| lastUpdated | DateTime | The timestamp of when the request was last updated | [optional] |
| complete | Boolean | Whether or not the request is completed | [optional] |
| failureReason | String | The reason for the request failing, or null if the request has not failed | [optional] |
| percentCompleted | Integer | A value between 0 and 100 (inclusive) indicating how close the request is to completion | [optional] |
| state | String | A description of the current state of the request | [optional] |
| updateSteps | List<VariableRegistryUpdateStepDTO> | The steps that are required in order to complete the request, along with the status of each | [optional] |
| processGroupId | String | The unique ID of the Process Group that the variable registry belongs to | [optional] |
| affectedComponents | List<AffectedComponentEntity> | A set of all components that will be affected if the value of this variable is changed | [optional] |