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<ParameterContextUpdateStepDTO> | The steps that are required in order to complete the request, along with the status of each | [optional] |
parameterContext | ParameterContextDTO | The Parameter Context that is being operated on. This may not be populated until the request has successfully completed. | [optional] |
referencingComponents | List<AffectedComponentEntity> | The components that are referenced by the update. | [optional] |