Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.03 KB

ParameterContextDTO.md

File metadata and controls

16 lines (11 loc) · 1.03 KB

ParameterContextDTO

Properties

Name Type Description Notes
name String The Name of the Parameter Context. [optional]
description String The Description of the Parameter Context. [optional]
parameters List<ParameterEntity> The Parameters for the Parameter Context [optional]
boundProcessGroups List<ProcessGroupEntity> The Process Groups that are bound to this Parameter Context [optional]
inheritedParameterContexts List<ParameterContextReferenceEntity> A list of references of Parameter Contexts from which this one inherits parameters [optional]
parameterProviderConfiguration ParameterProviderConfigurationEntity Optional configuration for a Parameter Provider [optional]
id String The ID the Parameter Context. [optional]