| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The name of the Parameter | [optional] |
| description | String | The description of the Parameter | [optional] |
| sensitive | Boolean | Whether or not the Parameter is sensitive | [optional] |
| value | String | The value of the Parameter | [optional] |
| valueRemoved | Boolean | Whether or not the value of the Parameter was removed. When a request is made to change a parameter, the value may be null. The absence of the value may be used either to indicate that the value is not to be changed, or that the value is to be set to null (i.e., removed). This denotes which of the two scenarios is being encountered. | [optional] |
| provided | Boolean | Whether or not the Parameter is provided by a ParameterProvider | [optional] |
| referencingComponents | List<AffectedComponentEntity> | The set of all components in the flow that are referencing this Parameter | [optional] |
| parameterContext | ParameterContextReferenceEntity | A reference to the Parameter Context that contains this one | [optional] |
| inherited | Boolean | Whether or not the Parameter is inherited from another context | [optional] |