Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.5 KB

ParameterContextValidationRequestDTO.md

File metadata and controls

20 lines (15 loc) · 1.5 KB

ParameterContextValidationRequestDTO

Properties

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<ParameterContextValidationStepDTO> 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. [optional]
componentValidationResults ComponentValidationResultsEntity The Validation Results that were calculated for each component. This value may not be set until the request completes. [optional]