Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 626 Bytes

ParameterStatusDTO.md

File metadata and controls

22 lines (15 loc) · 626 Bytes

ParameterStatusDTO

Properties

Name Type Description Notes
parameter ParameterEntity The name of the Parameter [optional]
status StatusEnum Indicates the status of the parameter, compared to the existing parameter context [optional]

Enum: StatusEnum

Name Value
NEW "NEW"
CHANGED "CHANGED"
REMOVED "REMOVED"
MISSING_BUT_REFERENCED "MISSING_BUT_REFERENCED"
UNCHANGED "UNCHANGED"