Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.66 KB

File metadata and controls

11 lines (7 loc) · 1.66 KB

ConfigurationValue

A single configuration value, either a scalar or a list

Fields

Field Type Required Description
value Optional<String> The configuration value as a string. Only one of value or valueList should be populated.
valueList List<String> The configuration value as a list of strings. Only one of value or valueList should be populated.